Html Css Color HEX #A5E2AB Celadon

📋 copy color: '#A5E2AB'

red 165 ◦ green 226 ◦ blue 171

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

Shades of Celadon #A5E2AB

Tints of Celadon #A5E2AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 30.43%

R = 29.36%
G = 40.21%
B = 30.43%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.24

 K value IS 0.11

RGB Variations

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

Color information

#A5E2AB (or 0xA5E2AB) is known color: Celadon. HEX triplet: A5, E2 and AB. RGB value is (165,226,171). Sum of RGB (Red+Green+Blue) = 165+226+171=562 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.36% from 562); Green value is 226 (88.67% from 255 or 40.21% from 562); Blue value is 171 (67.19% from 255 or 30.43% from 562); Max value from RGB is 226 - color contains mainly: green. Hex color #A5E2AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5E2AB is #5A1D54. Grayscale: #C9C9C9. Windows color (decimal): -5905749 or 11264677. OLE color: 11264677.

HSL color Cylindrical-coordinate representation of color #A5E2AB: hue angle of 125.9º 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 #A5E2AB is Cyan = 0.27, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.11.

Color convert

RGB 165 226 171 -
CMYK 0.27 0 0.24 0.11
HSL 125.9º 0.51% 0.77% -
HSV(B) 125.9º 0.27% 0.89% -
XYZ 50.06 65.33 48.5 -
YUV 201.49 110.79 101.97 -
System Red Green Blue C M Y K H S L
Decimal 165 226 171 0.27 0 0.24 0.11 125.9 0.51 0.77
Hex A5 E2 AB 1B 0 18 B 7E 33 4D
Octal 245 342 253 33 0 30 13 176 63 115
Binary 10100101 11100010 10101011 11011 0 11000 1011 1111110 110011 1001101

Color Harmonies of #A5E2AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5E2AB

Black with #A5E2AB

Text Example


Text Example

White with #A5E2AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5E2AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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