Html Css Color HEX #A4E1AA Celadon

📋 copy color: '#A4E1AA'

red 164 ◦ green 225 ◦ blue 170

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

Shades of Celadon #A4E1AA

Tints of Celadon #A4E1AA

RGB

 RED value IS 164 (64.45% from 255) = 29.34%

 GREEN value IS 225 (88.28% from 255) = 40.25%

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

R = 29.34%
G = 40.25%
B = 30.41%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.24

 K value IS 0.12

RGB Variations

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

Color information

#A4E1AA (or 0xA4E1AA) is known color: Celadon. HEX triplet: A4, E1 and AA. RGB value is (164,225,170). Sum of RGB (Red+Green+Blue) = 164+225+170=559 (74% of max value = 765). Red value is 164 (64.45% from 255 or 29.34% from 559); Green value is 225 (88.28% from 255 or 40.25% from 559); Blue value is 170 (66.80% from 255 or 30.41% from 559); Max value from RGB is 225 - color contains mainly: green. Hex color #A4E1AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4E1AA is #5B1E55. Grayscale: #C8C8C8. Windows color (decimal): -5971542 or 11198884. OLE color: 11198884.

HSL color Cylindrical-coordinate representation of color #A4E1AA: hue angle of 125.9º degrees, saturation: 0.5, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A4E1AA is Cyan = 0.27, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.12.

Color convert

RGB 164 225 170 -
CMYK 0.27 0 0.24 0.12
HSL 125.9º 0.5% 0.76% -
HSV(B) 125.9º 0.27% 0.88% -
XYZ 49.49 64.65 47.9 -
YUV 200.49 110.79 101.97 -
System Red Green Blue C M Y K H S L
Decimal 164 225 170 0.27 0 0.24 0.12 125.9 0.5 0.76
Hex A4 E1 AA 1B 0 18 C 7E 32 4C
Octal 244 341 252 33 0 30 14 176 62 114
Binary 10100100 11100001 10101010 11011 0 11000 1100 1111110 110010 1001100

Color Harmonies of #A4E1AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4E1AA

Black with #A4E1AA

Text Example


Text Example

White with #A4E1AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4E1AA; }

 p { color: rgb(164,225,170); }

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

background-color css

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

 a { background-color: rgb(164,225,170); }

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

border-color css

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

 span { border-color: rgb(164,225,170); }

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