Html Css Color HEX #A5EEAA Celadon

📋 copy color: '#A5EEAA'

red 165 ◦ green 238 ◦ blue 170

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

Shades of Celadon #A5EEAA

Tints of Celadon #A5EEAA

RGB

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

 GREEN value IS 238 (93.36% from 255) = 41.54%

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

R = 28.8%
G = 41.54%
B = 29.67%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.29

 K value IS 0.07

RGB Variations

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

Color information

#A5EEAA (or 0xA5EEAA) is known color: Celadon. HEX triplet: A5, EE and AA. RGB value is (165,238,170). Sum of RGB (Red+Green+Blue) = 165+238+170=573 (75% of max value = 765). Red value is 165 (64.84% from 255 or 28.80% from 573); Green value is 238 (93.36% from 255 or 41.54% from 573); Blue value is 170 (66.80% from 255 or 29.67% from 573); Max value from RGB is 238 - color contains mainly: green. Hex color #A5EEAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5EEAA is #5A1155. Grayscale: #D0D0D0. Windows color (decimal): -5902678 or 11202213. OLE color: 11202213.

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

Color convert

RGB 165 238 170 -
CMYK 0.31 0 0.29 0.07
HSL 124.11º 0.68% 0.79% -
HSV(B) 124.11º 0.31% 0.93% -
XYZ 53.35 72.05 49.13 -
YUV 208.42 106.32 97.03 -
System Red Green Blue C M Y K H S L
Decimal 165 238 170 0.31 0 0.29 0.07 124.11 0.68 0.79
Hex A5 EE AA 1F 0 1D 7 7C 44 4F
Octal 245 356 252 37 0 35 7 174 104 117
Binary 10100101 11101110 10101010 11111 0 11101 111 1111100 1000100 1001111

Color Harmonies of #A5EEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5EEAA

Black with #A5EEAA

Text Example


Text Example

White with #A5EEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5EEAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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