Html Css Color HEX #ACF2BD Fringy Flower

📋 copy color: '#ACF2BD'

red 172 ◦ green 242 ◦ blue 189

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

Shades of Fringy Flower #ACF2BD

Tints of Fringy Flower #ACF2BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 31.34%

R = 28.52%
G = 40.13%
B = 31.34%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.22

 K value IS 0.05

RGB Variations

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

Color information

#ACF2BD (or 0xACF2BD) is known color: Fringy Flower. HEX triplet: AC, F2 and BD. RGB value is (172,242,189). Sum of RGB (Red+Green+Blue) = 172+242+189=603 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.52% from 603); Green value is 242 (94.92% from 255 or 40.13% from 603); Blue value is 189 (74.22% from 255 or 31.34% from 603); Max value from RGB is 242 - color contains mainly: green. Hex color #ACF2BD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF2BD is #530D42. Grayscale: #D7D7D7. Windows color (decimal): -5442883 or 12448428. OLE color: 12448428.

HSL color Cylindrical-coordinate representation of color #ACF2BD: hue angle of 134.57º 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 #ACF2BD is Cyan = 0.29, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB 172 242 189 -
CMYK 0.29 0 0.22 0.05
HSL 134.57º 0.73% 0.81% -
HSV(B) 134.57º 0.29% 0.95% -
XYZ 57.95 75.95 59.75 -
YUV 215.03 113.31 97.31 -
System Red Green Blue C M Y K H S L
Decimal 172 242 189 0.29 0 0.22 0.05 134.57 0.73 0.81
Hex AC F2 BD 1D 0 16 5 87 49 51
Octal 254 362 275 35 0 26 5 207 111 121
Binary 10101100 11110010 10111101 11101 0 10110 101 10000111 1001001 1010001

Color Harmonies of #ACF2BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF2BD

Black with #ACF2BD

Text Example


Text Example

White with #ACF2BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF2BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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