Html Css Color HEX #ACF2BE Fringy Flower

📋 copy color: '#ACF2BE'

red 172 ◦ green 242 ◦ blue 190

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

Shades of Fringy Flower #ACF2BE

Tints of Fringy Flower #ACF2BE

RGB

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

 GREEN value IS 242 (94.92% from 255) = 40.07%

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

R = 28.48%
G = 40.07%
B = 31.46%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#ACF2BE (or 0xACF2BE) is known color: Fringy Flower. HEX triplet: AC, F2 and BE. RGB value is (172,242,190). Sum of RGB (Red+Green+Blue) = 172+242+190=604 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.48% from 604); Green value is 242 (94.92% from 255 or 40.07% from 604); Blue value is 190 (74.61% from 255 or 31.46% from 604); Max value from RGB is 242 - color contains mainly: green. Hex color #ACF2BE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF2BE is #530D41. Grayscale: #D7D7D7. Windows color (decimal): -5442882 or 12513964. OLE color: 12513964.

HSL color Cylindrical-coordinate representation of color #ACF2BE: hue angle of 135.43º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ACF2BE is Cyan = 0.29, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB 172 242 190 -
CMYK 0.29 0 0.21 0.05
HSL 135.43º 0.73% 0.81% -
HSV(B) 135.43º 0.29% 0.95% -
XYZ 58.06 75.99 60.32 -
YUV 215.14 113.81 97.23 -
System Red Green Blue C M Y K H S L
Decimal 172 242 190 0.29 0 0.21 0.05 135.43 0.73 0.81
Hex AC F2 BE 1D 0 15 5 87 49 51
Octal 254 362 276 35 0 25 5 207 111 121
Binary 10101100 11110010 10111110 11101 0 10101 101 10000111 1001001 1010001

Color Harmonies of #ACF2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF2BE

Black with #ACF2BE

Text Example


Text Example

White with #ACF2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF2BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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