Html Css Color HEX #ACF2AA Celadon

📋 copy color: '#ACF2AA'

red 172 ◦ green 242 ◦ blue 170

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

Shades of Celadon #ACF2AA

Tints of Celadon #ACF2AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 29.11%

R = 29.45%
G = 41.44%
B = 29.11%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.30

 K value IS 0.05

RGB Variations

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

Color information

#ACF2AA (or 0xACF2AA) is known color: Celadon. HEX triplet: AC, F2 and AA. RGB value is (172,242,170). Sum of RGB (Red+Green+Blue) = 172+242+170=584 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.45% from 584); Green value is 242 (94.92% from 255 or 41.44% from 584); Blue value is 170 (66.80% from 255 or 29.11% from 584); Max value from RGB is 242 - color contains mainly: green. Hex color #ACF2AA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF2AA is #530D55. Grayscale: #D5D5D5. Windows color (decimal): -5442902 or 11203244. OLE color: 11203244.

HSL color Cylindrical-coordinate representation of color #ACF2AA: hue angle of 118.33º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACF2AA is Cyan = 0.29, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB 172 242 170 -
CMYK 0.29 0 0.30 0.05
HSL 118.33º 0.73% 0.81% -
HSV(B) 118.33º 0.3% 0.95% -
XYZ 56.02 75.18 49.59 -
YUV 212.86 103.81 98.85 -
System Red Green Blue C M Y K H S L
Decimal 172 242 170 0.29 0 0.30 0.05 118.33 0.73 0.81
Hex AC F2 AA 1D 0 1E 5 76 49 51
Octal 254 362 252 35 0 36 5 166 111 121
Binary 10101100 11110010 10101010 11101 0 11110 101 1110110 1001001 1010001

Color Harmonies of #ACF2AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF2AA

Black with #ACF2AA

Text Example


Text Example

White with #ACF2AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF2AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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