Html Css Color HEX #A4EDAE Celadon

📋 copy color: '#A4EDAE'

red 164 ◦ green 237 ◦ blue 174

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

Shades of Celadon #A4EDAE

Tints of Celadon #A4EDAE

RGB

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

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

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

R = 28.52%
G = 41.22%
B = 30.26%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#A4EDAE (or 0xA4EDAE) is known color: Celadon. HEX triplet: A4, ED and AE. RGB value is (164,237,174). Sum of RGB (Red+Green+Blue) = 164+237+174=575 (76% of max value = 765). Red value is 164 (64.45% from 255 or 28.52% from 575); Green value is 237 (92.97% from 255 or 41.22% from 575); Blue value is 174 (68.36% from 255 or 30.26% from 575); Max value from RGB is 237 - color contains mainly: green. Hex color #A4EDAE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A4EDAE is #5B1251. Grayscale: #D0D0D0. Windows color (decimal): -5968466 or 11464100. OLE color: 11464100.

HSL color Cylindrical-coordinate representation of color #A4EDAE: hue angle of 128.22º degrees, saturation: 0.67, 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 #A4EDAE is Cyan = 0.31, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB 164 237 174 -
CMYK 0.31 0 0.27 0.07
HSL 128.22º 0.67% 0.79% -
HSV(B) 128.22º 0.31% 0.93% -
XYZ 53.23 71.52 51.04 -
YUV 207.99 108.82 96.62 -
System Red Green Blue C M Y K H S L
Decimal 164 237 174 0.31 0 0.27 0.07 128.22 0.67 0.79
Hex A4 ED AE 1F 0 1B 7 80 43 4F
Octal 244 355 256 37 0 33 7 200 103 117
Binary 10100100 11101101 10101110 11111 0 11011 111 10000000 1000011 1001111

Color Harmonies of #A4EDAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4EDAE

Black with #A4EDAE

Text Example


Text Example

White with #A4EDAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4EDAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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