Html Css Color HEX #ACF6BE Fringy Flower

📋 copy color: '#ACF6BE'

red 172 ◦ green 246 ◦ blue 190

#ACF6BE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fringy Flower #ACF6BE

Tints of Fringy Flower #ACF6BE

RGB

 RED value IS 172 (67.58% from 255) = 28.29%

 GREEN value IS 246 (96.48% from 255) = 40.46%

 BLUE value IS 190 (74.61% from 255) = 31.25%

R = 28.29%
G = 40.46%
B = 31.25%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.23

 K value IS 0.04

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#ACF6BE (or 0xACF6BE) is known color: Fringy Flower. HEX triplet: AC, F6 and BE. RGB value is (172,246,190). Sum of RGB (Red+Green+Blue) = 172+246+190=608 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.29% from 608); Green value is 246 (96.48% from 255 or 40.46% from 608); Blue value is 190 (74.61% from 255 or 31.25% from 608); Max value from RGB is 246 - color contains mainly: green. Hex color #ACF6BE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF6BE is #530941. Grayscale: #D9D9D9. Windows color (decimal): -5441858 or 12514988. OLE color: 12514988.

HSL color Cylindrical-coordinate representation of color #ACF6BE: hue angle of 134.59º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACF6BE is Cyan = 0.30, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.

Color convert

RGB 172 246 190 -
CMYK 0.30 0 0.23 0.04
HSL 134.59º 0.8% 0.82% -
HSV(B) 134.59º 0.3% 0.96% -
XYZ 59.26 78.4 60.72 -
YUV 217.49 112.48 95.55 -
System Red Green Blue C M Y K H S L
Decimal 172 246 190 0.30 0 0.23 0.04 134.59 0.8 0.82
Hex AC F6 BE 1E 0 17 4 87 50 52
Octal 254 366 276 36 0 27 4 207 120 122
Binary 10101100 11110110 10111110 11110 0 10111 100 10000111 1010000 1010010

Color Harmonies of #ACF6BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF6BE

Black with #ACF6BE

Text Example


Text Example

White with #ACF6BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF6BE; }

 p { color: rgb(172,246,190); }

 H1.HeaderClassName
 {
   color: #ACF6BE;
 }
 .AnyTagClassName
 {
   color: #ACF6BE;
 }
</style>

background-color css

<style>
 a { background-color: #ACF6BE; }

 a { background-color: rgb(172,246,190); }

 div.DivClassName
 {
   background-color: #ACF6BE;
 }
 .BgClassName
 {
   background-color: #ACF6BE;
 }
</style>

border-color css

<style>
 span { border-color: #ACF6BE; }

 span { border-color: rgb(172,246,190); }

 td.TdClassName
 {
   border-color: #ACF6BE;
 }
 .TagClassName
 {
   border-color: #ACF6BE;
 }
</style>