Html Css Color HEX #A4DAA8 Celadon

📋 copy color: '#A4DAA8'

red 164 ◦ green 218 ◦ blue 168

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

Shades of Celadon #A4DAA8

Tints of Celadon #A4DAA8

RGB

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

 GREEN value IS 218 (85.55% from 255) = 39.64%

 BLUE value IS 168 (66.02% from 255) = 30.55%

R = 29.82%
G = 39.64%
B = 30.55%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.23

 K value IS 0.15

RGB Variations

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

Color information

#A4DAA8 (or 0xA4DAA8) is known color: Celadon. HEX triplet: A4, DA and A8. RGB value is (164,218,168). Sum of RGB (Red+Green+Blue) = 164+218+168=550 (72% of max value = 765). Red value is 164 (64.45% from 255 or 29.82% from 550); Green value is 218 (85.55% from 255 or 39.64% from 550); Blue value is 168 (66.02% from 255 or 30.55% from 550); Max value from RGB is 218 - color contains mainly: green. Hex color #A4DAA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4DAA8 is #5B2557. Grayscale: #C4C4C4. Windows color (decimal): -5973336 or 11066020. OLE color: 11066020.

HSL color Cylindrical-coordinate representation of color #A4DAA8: hue angle of 124.44º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A4DAA8 is Cyan = 0.25, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.15.

Color convert

RGB 164 218 168 -
CMYK 0.25 0 0.23 0.15
HSL 124.44º 0.42% 0.75% -
HSV(B) 124.44º 0.25% 0.85% -
XYZ 47.45 60.86 46.29 -
YUV 196.15 112.11 105.07 -
System Red Green Blue C M Y K H S L
Decimal 164 218 168 0.25 0 0.23 0.15 124.44 0.42 0.75
Hex A4 DA A8 19 0 17 F 7C 2A 4B
Octal 244 332 250 31 0 27 17 174 52 113
Binary 10100100 11011010 10101000 11001 0 10111 1111 1111100 101010 1001011

Color Harmonies of #A4DAA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4DAA8

Black with #A4DAA8

Text Example


Text Example

White with #A4DAA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4DAA8; }

 p { color: rgb(164,218,168); }

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

background-color css

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

 a { background-color: rgb(164,218,168); }

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

border-color css

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

 span { border-color: rgb(164,218,168); }

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