Html Css Color HEX #ACF3AA Celadon

📋 copy color: '#ACF3AA'

red 172 ◦ green 243 ◦ blue 170

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

Shades of Celadon #ACF3AA

Tints of Celadon #ACF3AA

RGB

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

 GREEN value IS 243 (95.31% from 255) = 41.54%

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

R = 29.4%
G = 41.54%
B = 29.06%

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

#ACF3AA (or 0xACF3AA) is known color: Celadon. HEX triplet: AC, F3 and AA. RGB value is (172,243,170). Sum of RGB (Red+Green+Blue) = 172+243+170=585 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.40% from 585); Green value is 243 (95.31% from 255 or 41.54% from 585); Blue value is 170 (66.80% from 255 or 29.06% from 585); Max value from RGB is 243 - color contains mainly: green. Hex color #ACF3AA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF3AA is #530C55. Grayscale: #D5D5D5. Windows color (decimal): -5442646 or 11203500. OLE color: 11203500.

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

Color convert

RGB 172 243 170 -
CMYK 0.29 0 0.30 0.05
HSL 118.36º 0.75% 0.81% -
HSV(B) 118.36º 0.3% 0.95% -
XYZ 56.32 75.77 49.69 -
YUV 213.45 103.48 98.44 -
System Red Green Blue C M Y K H S L
Decimal 172 243 170 0.29 0 0.30 0.05 118.36 0.75 0.81
Hex AC F3 AA 1D 0 1E 5 76 4B 51
Octal 254 363 252 35 0 36 5 166 113 121
Binary 10101100 11110011 10101010 11101 0 11110 101 1110110 1001011 1010001

Color Harmonies of #ACF3AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF3AA

Black with #ACF3AA

Text Example


Text Example

White with #ACF3AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF3AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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