Html Css Color HEX #ACF7BD Fringy Flower

📋 copy color: '#ACF7BD'

red 172 ◦ green 247 ◦ blue 189

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

Shades of Fringy Flower #ACF7BD

Tints of Fringy Flower #ACF7BD

RGB

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

 GREEN value IS 247 (96.88% from 255) = 40.63%

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

R = 28.29%
G = 40.63%
B = 31.09%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.23

 K value IS 0.03

RGB Variations

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

Color information

#ACF7BD (or 0xACF7BD) is known color: Fringy Flower. HEX triplet: AC, F7 and BD. RGB value is (172,247,189). Sum of RGB (Red+Green+Blue) = 172+247+189=608 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.29% from 608); Green value is 247 (96.88% from 255 or 40.62% from 608); Blue value is 189 (74.22% from 255 or 31.09% from 608); Max value from RGB is 247 - color contains mainly: green. Hex color #ACF7BD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF7BD is #530842. Grayscale: #DADADA. Windows color (decimal): -5441603 or 12449708. OLE color: 12449708.

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

Color convert

RGB 172 247 189 -
CMYK 0.30 0 0.23 0.03
HSL 133.6º 0.82% 0.82% -
HSV(B) 133.6º 0.3% 0.97% -
XYZ 59.46 78.97 60.25 -
YUV 217.96 111.65 95.22 -
System Red Green Blue C M Y K H S L
Decimal 172 247 189 0.30 0 0.23 0.03 133.6 0.82 0.82
Hex AC F7 BD 1E 0 17 3 86 52 52
Octal 254 367 275 36 0 27 3 206 122 122
Binary 10101100 11110111 10111101 11110 0 10111 11 10000110 1010010 1010010

Color Harmonies of #ACF7BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF7BD

Black with #ACF7BD

Text Example


Text Example

White with #ACF7BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF7BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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