Html Css Color HEX #ACF1B9 Fringy Flower

📋 copy color: '#ACF1B9'

red 172 ◦ green 241 ◦ blue 185

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

Shades of Fringy Flower #ACF1B9

Tints of Fringy Flower #ACF1B9

RGB

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

 GREEN value IS 241 (94.53% from 255) = 40.3%

 BLUE value IS 185 (72.66% from 255) = 30.94%

R = 28.76%
G = 40.3%
B = 30.94%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#ACF1B9 (or 0xACF1B9) is known color: Fringy Flower. HEX triplet: AC, F1 and B9. RGB value is (172,241,185). Sum of RGB (Red+Green+Blue) = 172+241+185=598 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.76% from 598); Green value is 241 (94.53% from 255 or 40.30% from 598); Blue value is 185 (72.66% from 255 or 30.94% from 598); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF1B9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF1B9 is #530E46. Grayscale: #D6D6D6. Windows color (decimal): -5443143 or 12186028. OLE color: 12186028.

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

Color convert

RGB 172 241 185 -
CMYK 0.29 0 0.23 0.05
HSL 131.3º 0.71% 0.81% -
HSV(B) 131.3º 0.29% 0.95% -
XYZ 57.23 75.18 57.39 -
YUV 213.99 111.64 98.05 -
System Red Green Blue C M Y K H S L
Decimal 172 241 185 0.29 0 0.23 0.05 131.3 0.71 0.81
Hex AC F1 B9 1D 0 17 5 83 47 51
Octal 254 361 271 35 0 27 5 203 107 121
Binary 10101100 11110001 10111001 11101 0 10111 101 10000011 1000111 1010001

Color Harmonies of #ACF1B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF1B9

Black with #ACF1B9

Text Example


Text Example

White with #ACF1B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF1B9; }

 p { color: rgb(172,241,185); }

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

background-color css

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

 a { background-color: rgb(172,241,185); }

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

border-color css

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

 span { border-color: rgb(172,241,185); }

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