Html Css Color HEX #A5E6AE Celadon

📋 copy color: '#A5E6AE'

red 165 ◦ green 230 ◦ blue 174

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

Shades of Celadon #A5E6AE

Tints of Celadon #A5E6AE

RGB

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

 GREEN value IS 230 (90.23% from 255) = 40.42%

 BLUE value IS 174 (68.36% from 255) = 30.58%

R = 29%
G = 40.42%
B = 30.58%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.24

 K value IS 0.10

RGB Variations

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

Color information

#A5E6AE (or 0xA5E6AE) is known color: Celadon. HEX triplet: A5, E6 and AE. RGB value is (165,230,174). Sum of RGB (Red+Green+Blue) = 165+230+174=569 (75% of max value = 765). Red value is 165 (64.84% from 255 or 29.00% from 569); Green value is 230 (90.23% from 255 or 40.42% from 569); Blue value is 174 (68.36% from 255 or 30.58% from 569); Max value from RGB is 230 - color contains mainly: green. Hex color #A5E6AE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5E6AE is #5A1951. Grayscale: #CCCCCC. Windows color (decimal): -5904722 or 11462309. OLE color: 11462309.

HSL color Cylindrical-coordinate representation of color #A5E6AE: hue angle of 128.31º degrees, saturation: 0.57, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A5E6AE is Cyan = 0.28, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.10.

Color convert

RGB 165 230 174 -
CMYK 0.28 0 0.24 0.10
HSL 128.31º 0.57% 0.77% -
HSV(B) 128.31º 0.28% 0.9% -
XYZ 51.45 67.65 50.39 -
YUV 204.18 110.97 100.05 -
System Red Green Blue C M Y K H S L
Decimal 165 230 174 0.28 0 0.24 0.10 128.31 0.57 0.77
Hex A5 E6 AE 1C 0 18 A 80 39 4D
Octal 245 346 256 34 0 30 12 200 71 115
Binary 10100101 11100110 10101110 11100 0 11000 1010 10000000 111001 1001101

Color Harmonies of #A5E6AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5E6AE

Black with #A5E6AE

Text Example


Text Example

White with #A5E6AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5E6AE; }

 p { color: rgb(165,230,174); }

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

background-color css

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

 a { background-color: rgb(165,230,174); }

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

border-color css

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

 span { border-color: rgb(165,230,174); }

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