Html Css Color HEX #ACF9AA Celadon

📋 copy color: '#ACF9AA'

red 172 ◦ green 249 ◦ blue 170

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

Shades of Celadon #ACF9AA

Tints of Celadon #ACF9AA

RGB

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

 GREEN value IS 249 (97.66% from 255) = 42.13%

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

R = 29.1%
G = 42.13%
B = 28.76%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#ACF9AA (or 0xACF9AA) is known color: Celadon. HEX triplet: AC, F9 and AA. RGB value is (172,249,170). Sum of RGB (Red+Green+Blue) = 172+249+170=591 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.10% from 591); Green value is 249 (97.66% from 255 or 42.13% from 591); Blue value is 170 (66.80% from 255 or 28.76% from 591); Max value from RGB is 249 - color contains mainly: green. Hex color #ACF9AA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF9AA is #530655. Grayscale: #D9D9D9. Windows color (decimal): -5441110 or 11205036. OLE color: 11205036.

HSL color Cylindrical-coordinate representation of color #ACF9AA: hue angle of 118.48º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACF9AA is Cyan = 0.31, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB 172 249 170 -
CMYK 0.31 0 0.32 0.02
HSL 118.48º 0.87% 0.82% -
HSV(B) 118.48º 0.32% 0.98% -
XYZ 58.14 79.42 50.3 -
YUV 216.97 101.49 95.92 -
System Red Green Blue C M Y K H S L
Decimal 172 249 170 0.31 0 0.32 0.02 118.48 0.87 0.82
Hex AC F9 AA 1F 0 20 2 76 57 52
Octal 254 371 252 37 0 40 2 166 127 122
Binary 10101100 11111001 10101010 11111 0 100000 10 1110110 1010111 1010010

Color Harmonies of #ACF9AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF9AA

Black with #ACF9AA

Text Example


Text Example

White with #ACF9AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF9AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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