Html Css Color HEX #A5E2AA Celadon

📋 copy color: '#A5E2AA'

red 165 ◦ green 226 ◦ blue 170

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

Shades of Celadon #A5E2AA

Tints of Celadon #A5E2AA

RGB

 RED value IS 165 (64.84% from 255) = 29.41%

 GREEN value IS 226 (88.67% from 255) = 40.29%

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

R = 29.41%
G = 40.29%
B = 30.3%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.25

 K value IS 0.11

RGB Variations

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

Color information

#A5E2AA (or 0xA5E2AA) is known color: Celadon. HEX triplet: A5, E2 and AA. RGB value is (165,226,170). Sum of RGB (Red+Green+Blue) = 165+226+170=561 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.41% from 561); Green value is 226 (88.67% from 255 or 40.29% from 561); Blue value is 170 (66.80% from 255 or 30.30% from 561); Max value from RGB is 226 - color contains mainly: green. Hex color #A5E2AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5E2AA is #5A1D55. Grayscale: #C9C9C9. Windows color (decimal): -5905750 or 11199141. OLE color: 11199141.

HSL color Cylindrical-coordinate representation of color #A5E2AA: hue angle of 124.92º degrees, saturation: 0.51, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A5E2AA is Cyan = 0.27, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.11.

Color convert

RGB 165 226 170 -
CMYK 0.27 0 0.25 0.11
HSL 124.92º 0.51% 0.77% -
HSV(B) 124.92º 0.27% 0.89% -
XYZ 49.97 65.29 48 -
YUV 201.38 110.29 102.05 -
System Red Green Blue C M Y K H S L
Decimal 165 226 170 0.27 0 0.25 0.11 124.92 0.51 0.77
Hex A5 E2 AA 1B 0 19 B 7D 33 4D
Octal 245 342 252 33 0 31 13 175 63 115
Binary 10100101 11100010 10101010 11011 0 11001 1011 1111101 110011 1001101

Color Harmonies of #A5E2AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5E2AA

Black with #A5E2AA

Text Example


Text Example

White with #A5E2AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5E2AA; }

 p { color: rgb(165,226,170); }

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

background-color css

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

 a { background-color: rgb(165,226,170); }

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

border-color css

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

 span { border-color: rgb(165,226,170); }

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