Html Css Color HEX #ACFAAA Celadon

📋 copy color: '#ACFAAA'

red 172 ◦ green 250 ◦ blue 170

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

Shades of Celadon #ACFAAA

Tints of Celadon #ACFAAA

RGB

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

 GREEN value IS 250 (98.05% from 255) = 42.23%

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

R = 29.05%
G = 42.23%
B = 28.72%

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

#ACFAAA (or 0xACFAAA) is known color: Celadon. HEX triplet: AC, FA and AA. RGB value is (172,250,170). Sum of RGB (Red+Green+Blue) = 172+250+170=592 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.05% from 592); Green value is 250 (98.05% from 255 or 42.23% from 592); Blue value is 170 (66.80% from 255 or 28.72% from 592); Max value from RGB is 250 - color contains mainly: green. Hex color #ACFAAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACFAAA is #530555. Grayscale: #D9D9D9. Windows color (decimal): -5440854 or 11205292. OLE color: 11205292.

HSL color Cylindrical-coordinate representation of color #ACFAAA: hue angle of 118.5º degrees, saturation: 0.89, 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 #ACFAAA is Cyan = 0.31, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB 172 250 170 -
CMYK 0.31 0 0.32 0.02
HSL 118.5º 0.89% 0.82% -
HSV(B) 118.5º 0.32% 0.98% -
XYZ 58.45 80.04 50.4 -
YUV 217.56 101.16 95.5 -
System Red Green Blue C M Y K H S L
Decimal 172 250 170 0.31 0 0.32 0.02 118.5 0.89 0.82
Hex AC FA AA 1F 0 20 2 76 59 52
Octal 254 372 252 37 0 40 2 166 131 122
Binary 10101100 11111010 10101010 11111 0 100000 10 1110110 1011001 1010010

Color Harmonies of #ACFAAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFAAA

Black with #ACFAAA

Text Example


Text Example

White with #ACFAAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFAAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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