Html Css Color HEX #ACF2BA Fringy Flower

📋 copy color: '#ACF2BA'

red 172 ◦ green 242 ◦ blue 186

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

Shades of Fringy Flower #ACF2BA

Tints of Fringy Flower #ACF2BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 31%

R = 28.67%
G = 40.33%
B = 31%

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

#ACF2BA (or 0xACF2BA) is known color: Fringy Flower. HEX triplet: AC, F2 and BA. RGB value is (172,242,186). Sum of RGB (Red+Green+Blue) = 172+242+186=600 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.67% from 600); Green value is 242 (94.92% from 255 or 40.33% from 600); Blue value is 186 (73.05% from 255 or 31% from 600); Max value from RGB is 242 - color contains mainly: green. Hex color #ACF2BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF2BA is #530D45. Grayscale: #D6D6D6. Windows color (decimal): -5442886 or 12251820. OLE color: 12251820.

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

Color convert

RGB 172 242 186 -
CMYK 0.29 0 0.23 0.05
HSL 132º 0.73% 0.81% -
HSV(B) 132º 0.29% 0.95% -
XYZ 57.63 75.82 58.05 -
YUV 214.69 111.81 97.55 -
System Red Green Blue C M Y K H S L
Decimal 172 242 186 0.29 0 0.23 0.05 132 0.73 0.81
Hex AC F2 BA 1D 0 17 5 84 49 51
Octal 254 362 272 35 0 27 5 204 111 121
Binary 10101100 11110010 10111010 11101 0 10111 101 10000100 1001001 1010001

Color Harmonies of #ACF2BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF2BA

Black with #ACF2BA

Text Example


Text Example

White with #ACF2BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF2BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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