Html Css Color HEX #A9ECAF Celadon

📋 copy color: '#A9ECAF'

red 169 ◦ green 236 ◦ blue 175

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

Shades of Celadon #A9ECAF

Tints of Celadon #A9ECAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 30.17%

R = 29.14%
G = 40.69%
B = 30.17%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#A9ECAF (or 0xA9ECAF) is known color: Celadon. HEX triplet: A9, EC and AF. RGB value is (169,236,175). Sum of RGB (Red+Green+Blue) = 169+236+175=580 (76% of max value = 765). Red value is 169 (66.41% from 255 or 29.14% from 580); Green value is 236 (92.58% from 255 or 40.69% from 580); Blue value is 175 (68.75% from 255 or 30.17% from 580); Max value from RGB is 236 - color contains mainly: green. Hex color #A9ECAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A9ECAF is #561350. Grayscale: #D1D1D1. Windows color (decimal): -5641041 or 11529385. OLE color: 11529385.

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

Color convert

RGB 169 236 175 -
CMYK 0.28 0 0.26 0.07
HSL 125.37º 0.64% 0.79% -
HSV(B) 125.37º 0.28% 0.93% -
XYZ 54.1 71.52 51.51 -
YUV 209.01 108.8 99.46 -
System Red Green Blue C M Y K H S L
Decimal 169 236 175 0.28 0 0.26 0.07 125.37 0.64 0.79
Hex A9 EC AF 1C 0 1A 7 7D 40 4F
Octal 251 354 257 34 0 32 7 175 100 117
Binary 10101001 11101100 10101111 11100 0 11010 111 1111101 1000000 1001111

Color Harmonies of #A9ECAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9ECAF

Black with #A9ECAF

Text Example


Text Example

White with #A9ECAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9ECAF; }

 p { color: rgb(169,236,175); }

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

background-color css

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

 a { background-color: rgb(169,236,175); }

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

border-color css

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

 span { border-color: rgb(169,236,175); }

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