Html Css Color HEX #ACF1B6 Fringy Flower

📋 copy color: '#ACF1B6'

red 172 ◦ green 241 ◦ blue 182

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

Shades of Fringy Flower #ACF1B6

Tints of Fringy Flower #ACF1B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 30.59%

R = 28.91%
G = 40.5%
B = 30.59%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.24

 K value IS 0.05

RGB Variations

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

Color information

#ACF1B6 (or 0xACF1B6) is known color: Fringy Flower. HEX triplet: AC, F1 and B6. RGB value is (172,241,182). Sum of RGB (Red+Green+Blue) = 172+241+182=595 (78% of max value = 765). Red value is 172 (67.58% from 255 or 28.91% from 595); Green value is 241 (94.53% from 255 or 40.50% from 595); Blue value is 182 (71.48% from 255 or 30.59% from 595); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF1B6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF1B6 is #530E49. Grayscale: #D5D5D5. Windows color (decimal): -5443146 or 11989420. OLE color: 11989420.

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

Color convert

RGB 172 241 182 -
CMYK 0.29 0 0.24 0.05
HSL 128.7º 0.71% 0.81% -
HSV(B) 128.7º 0.29% 0.95% -
XYZ 56.91 75.06 55.74 -
YUV 213.64 110.14 98.3 -
System Red Green Blue C M Y K H S L
Decimal 172 241 182 0.29 0 0.24 0.05 128.7 0.71 0.81
Hex AC F1 B6 1D 0 18 5 81 47 51
Octal 254 361 266 35 0 30 5 201 107 121
Binary 10101100 11110001 10110110 11101 0 11000 101 10000001 1000111 1010001

Color Harmonies of #ACF1B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF1B6

Black with #ACF1B6

Text Example


Text Example

White with #ACF1B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF1B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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