Html Css Color HEX #A5ECA8 Celadon

📋 copy color: '#A5ECA8'

red 165 ◦ green 236 ◦ blue 168

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

Shades of Celadon #A5ECA8

Tints of Celadon #A5ECA8

RGB

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

 GREEN value IS 236 (92.58% from 255) = 41.48%

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

R = 29%
G = 41.48%
B = 29.53%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.29

 K value IS 0.07

RGB Variations

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

Color information

#A5ECA8 (or 0xA5ECA8) is known color: Celadon. HEX triplet: A5, EC and A8. RGB value is (165,236,168). Sum of RGB (Red+Green+Blue) = 165+236+168=569 (75% of max value = 765). Red value is 165 (64.84% from 255 or 29.00% from 569); Green value is 236 (92.58% from 255 or 41.48% from 569); Blue value is 168 (66.02% from 255 or 29.53% from 569); Max value from RGB is 236 - color contains mainly: green. Hex color #A5ECA8 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5ECA8 is #5A1357. Grayscale: #CFCFCF. Windows color (decimal): -5903192 or 11070629. OLE color: 11070629.

HSL color Cylindrical-coordinate representation of color #A5ECA8: hue angle of 122.54º degrees, saturation: 0.65, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A5ECA8 is Cyan = 0.30, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.

Color convert

RGB 165 236 168 -
CMYK 0.30 0 0.29 0.07
HSL 122.54º 0.65% 0.79% -
HSV(B) 122.54º 0.3% 0.93% -
XYZ 52.58 70.82 47.94 -
YUV 207.02 105.98 98.03 -
System Red Green Blue C M Y K H S L
Decimal 165 236 168 0.30 0 0.29 0.07 122.54 0.65 0.79
Hex A5 EC A8 1E 0 1D 7 7B 41 4F
Octal 245 354 250 36 0 35 7 173 101 117
Binary 10100101 11101100 10101000 11110 0 11101 111 1111011 1000001 1001111

Color Harmonies of #A5ECA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5ECA8

Black with #A5ECA8

Text Example


Text Example

White with #A5ECA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5ECA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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