Html Css Color HEX #A9EDAE Celadon

📋 copy color: '#A9EDAE'

red 169 ◦ green 237 ◦ blue 174

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

Shades of Celadon #A9EDAE

Tints of Celadon #A9EDAE

RGB

 RED value IS 169 (66.41% from 255) = 29.14%

 GREEN value IS 237 (92.97% from 255) = 40.86%

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

R = 29.14%
G = 40.86%
B = 30%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#A9EDAE (or 0xA9EDAE) is known color: Celadon. HEX triplet: A9, ED and AE. RGB value is (169,237,174). Sum of RGB (Red+Green+Blue) = 169+237+174=580 (76% of max value = 765). Red value is 169 (66.41% from 255 or 29.14% from 580); Green value is 237 (92.97% from 255 or 40.86% from 580); Blue value is 174 (68.36% from 255 or 30% from 580); Max value from RGB is 237 - color contains mainly: green. Hex color #A9EDAE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A9EDAE is #561251. Grayscale: #D1D1D1. Windows color (decimal): -5640786 or 11464105. OLE color: 11464105.

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

Color convert

RGB 169 237 174 -
CMYK 0.29 0 0.27 0.07
HSL 124.41º 0.65% 0.8% -
HSV(B) 124.41º 0.29% 0.93% -
XYZ 54.29 72.06 51.09 -
YUV 209.49 107.97 99.12 -
System Red Green Blue C M Y K H S L
Decimal 169 237 174 0.29 0 0.27 0.07 124.41 0.65 0.8
Hex A9 ED AE 1D 0 1B 7 7C 41 50
Octal 251 355 256 35 0 33 7 174 101 120
Binary 10101001 11101101 10101110 11101 0 11011 111 1111100 1000001 1010000

Color Harmonies of #A9EDAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9EDAE

Black with #A9EDAE

Text Example


Text Example

White with #A9EDAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9EDAE; }

 p { color: rgb(169,237,174); }

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

background-color css

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

 a { background-color: rgb(169,237,174); }

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

border-color css

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

 span { border-color: rgb(169,237,174); }

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