Html Css Color HEX #A5EAA7 Celadon

📋 copy color: '#A5EAA7'

red 165 ◦ green 234 ◦ blue 167

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

Shades of Celadon #A5EAA7

Tints of Celadon #A5EAA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 29.51%

R = 29.15%
G = 41.34%
B = 29.51%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.29

 K value IS 0.08

RGB Variations

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

Color information

#A5EAA7 (or 0xA5EAA7) is known color: Celadon. HEX triplet: A5, EA and A7. RGB value is (165,234,167). Sum of RGB (Red+Green+Blue) = 165+234+167=566 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.15% from 566); Green value is 234 (91.80% from 255 or 41.34% from 566); Blue value is 167 (65.62% from 255 or 29.51% from 566); Max value from RGB is 234 - color contains mainly: green. Hex color #A5EAA7 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5EAA7 is #5A1558. Grayscale: #CDCDCD. Windows color (decimal): -5903705 or 11004581. OLE color: 11004581.

HSL color Cylindrical-coordinate representation of color #A5EAA7: hue angle of 121.74º 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 #A5EAA7 is Cyan = 0.29, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.08.

Color convert

RGB 165 234 167 -
CMYK 0.29 0 0.29 0.08
HSL 121.74º 0.62% 0.78% -
HSV(B) 121.74º 0.29% 0.92% -
XYZ 51.91 69.63 47.26 -
YUV 205.73 106.14 98.95 -
System Red Green Blue C M Y K H S L
Decimal 165 234 167 0.29 0 0.29 0.08 121.74 0.62 0.78
Hex A5 EA A7 1D 0 1D 8 7A 3E 4E
Octal 245 352 247 35 0 35 10 172 76 116
Binary 10100101 11101010 10100111 11101 0 11101 1000 1111010 111110 1001110

Color Harmonies of #A5EAA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5EAA7

Black with #A5EAA7

Text Example


Text Example

White with #A5EAA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5EAA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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