Html Css Color HEX #ACF5BF Fringy Flower

📋 copy color: '#ACF5BF'

red 172 ◦ green 245 ◦ blue 191

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

Shades of Fringy Flower #ACF5BF

Tints of Fringy Flower #ACF5BF

RGB

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

 GREEN value IS 245 (96.09% from 255) = 40.3%

 BLUE value IS 191 (75% from 255) = 31.41%

R = 28.29%
G = 40.3%
B = 31.41%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.22

 K value IS 0.04

RGB Variations

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

Color information

#ACF5BF (or 0xACF5BF) is known color: Fringy Flower. HEX triplet: AC, F5 and BF. RGB value is (172,245,191). Sum of RGB (Red+Green+Blue) = 172+245+191=608 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.29% from 608); Green value is 245 (96.09% from 255 or 40.30% from 608); Blue value is 191 (75% from 255 or 31.41% from 608); Max value from RGB is 245 - color contains mainly: green. Hex color #ACF5BF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF5BF is #530A40. Grayscale: #D9D9D9. Windows color (decimal): -5442113 or 12580268. OLE color: 12580268.

HSL color Cylindrical-coordinate representation of color #ACF5BF: hue angle of 135.62º degrees, saturation: 0.78, 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 #ACF5BF is Cyan = 0.30, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.04.

Color convert

RGB 172 245 191 -
CMYK 0.30 0 0.22 0.04
HSL 135.62º 0.78% 0.82% -
HSV(B) 135.62º 0.3% 0.96% -
XYZ 59.07 77.84 61.2 -
YUV 217.02 113.32 95.89 -
System Red Green Blue C M Y K H S L
Decimal 172 245 191 0.30 0 0.22 0.04 135.62 0.78 0.82
Hex AC F5 BF 1E 0 16 4 88 4E 52
Octal 254 365 277 36 0 26 4 210 116 122
Binary 10101100 11110101 10111111 11110 0 10110 100 10001000 1001110 1010010

Color Harmonies of #ACF5BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF5BF

Black with #ACF5BF

Text Example


Text Example

White with #ACF5BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF5BF; }

 p { color: rgb(172,245,191); }

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

background-color css

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

 a { background-color: rgb(172,245,191); }

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

border-color css

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

 span { border-color: rgb(172,245,191); }

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