Html Css Color HEX #A4ECAA Celadon

📋 copy color: '#A4ECAA'

red 164 ◦ green 236 ◦ blue 170

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

Shades of Celadon #A4ECAA

Tints of Celadon #A4ECAA

RGB

 RED value IS 164 (64.45% from 255) = 28.77%

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

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

R = 28.77%
G = 41.4%
B = 29.82%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#A4ECAA (or 0xA4ECAA) is known color: Celadon. HEX triplet: A4, EC and AA. RGB value is (164,236,170). Sum of RGB (Red+Green+Blue) = 164+236+170=570 (75% of max value = 765). Red value is 164 (64.45% from 255 or 28.77% from 570); Green value is 236 (92.58% from 255 or 41.40% from 570); Blue value is 170 (66.80% from 255 or 29.82% from 570); Max value from RGB is 236 - color contains mainly: green. Hex color #A4ECAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A4ECAA is #5B1355. Grayscale: #CFCFCF. Windows color (decimal): -5968726 or 11201700. OLE color: 11201700.

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

Color convert

RGB 164 236 170 -
CMYK 0.31 0 0.28 0.07
HSL 125º 0.65% 0.78% -
HSV(B) 125º 0.31% 0.93% -
XYZ 52.56 70.79 48.92 -
YUV 206.95 107.15 97.37 -
System Red Green Blue C M Y K H S L
Decimal 164 236 170 0.31 0 0.28 0.07 125 0.65 0.78
Hex A4 EC AA 1F 0 1C 7 7D 41 4E
Octal 244 354 252 37 0 34 7 175 101 116
Binary 10100100 11101100 10101010 11111 0 11100 111 1111101 1000001 1001110

Color Harmonies of #A4ECAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4ECAA

Black with #A4ECAA

Text Example


Text Example

White with #A4ECAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4ECAA; }

 p { color: rgb(164,236,170); }

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

background-color css

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

 a { background-color: rgb(164,236,170); }

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

border-color css

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

 span { border-color: rgb(164,236,170); }

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