Html Css Color HEX #A5EAA8 Celadon

📋 copy color: '#A5EAA8'

red 165 ◦ green 234 ◦ blue 168

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

Shades of Celadon #A5EAA8

Tints of Celadon #A5EAA8

RGB

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

 GREEN value IS 234 (91.8% from 255) = 41.27%

 BLUE value IS 168 (66.02% from 255) = 29.63%

R = 29.1%
G = 41.27%
B = 29.63%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.28

 K value IS 0.08

RGB Variations

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

Color information

#A5EAA8 (or 0xA5EAA8) is known color: Celadon. HEX triplet: A5, EA and A8. RGB value is (165,234,168). Sum of RGB (Red+Green+Blue) = 165+234+168=567 (75% of max value = 765). Red value is 165 (64.84% from 255 or 29.10% from 567); Green value is 234 (91.80% from 255 or 41.27% from 567); Blue value is 168 (66.02% from 255 or 29.63% from 567); Max value from RGB is 234 - color contains mainly: green. Hex color #A5EAA8 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5EAA8 is #5A1557. Grayscale: #CECECE. Windows color (decimal): -5903704 or 11070117. OLE color: 11070117.

HSL color Cylindrical-coordinate representation of color #A5EAA8: hue angle of 122.61º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A5EAA8 is Cyan = 0.29, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.08.

Color convert

RGB 165 234 168 -
CMYK 0.29 0 0.28 0.08
HSL 122.61º 0.62% 0.78% -
HSV(B) 122.61º 0.29% 0.92% -
XYZ 52.01 69.67 47.75 -
YUV 205.85 106.64 98.87 -
System Red Green Blue C M Y K H S L
Decimal 165 234 168 0.29 0 0.28 0.08 122.61 0.62 0.78
Hex A5 EA A8 1D 0 1C 8 7B 3E 4E
Octal 245 352 250 35 0 34 10 173 76 116
Binary 10100101 11101010 10101000 11101 0 11100 1000 1111011 111110 1001110

Color Harmonies of #A5EAA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5EAA8

Black with #A5EAA8

Text Example


Text Example

White with #A5EAA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5EAA8; }

 p { color: rgb(165,234,168); }

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

background-color css

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

 a { background-color: rgb(165,234,168); }

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

border-color css

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

 span { border-color: rgb(165,234,168); }

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