Html Css Color HEX #A6E4A8 Celadon

📋 copy color: '#A6E4A8'

red 166 ◦ green 228 ◦ blue 168

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

Shades of Celadon #A6E4A8

Tints of Celadon #A6E4A8

RGB

 RED value IS 166 (65.23% from 255) = 29.54%

 GREEN value IS 228 (89.45% from 255) = 40.57%

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

R = 29.54%
G = 40.57%
B = 29.89%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.26

 K value IS 0.11

RGB Variations

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

Color information

#A6E4A8 (or 0xA6E4A8) is known color: Celadon. HEX triplet: A6, E4 and A8. RGB value is (166,228,168). Sum of RGB (Red+Green+Blue) = 166+228+168=562 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.54% from 562); Green value is 228 (89.45% from 255 or 40.57% from 562); Blue value is 168 (66.02% from 255 or 29.89% from 562); Max value from RGB is 228 - color contains mainly: green. Hex color #A6E4A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6E4A8 is #591B57. Grayscale: #CACACA. Windows color (decimal): -5839704 or 11068582. OLE color: 11068582.

HSL color Cylindrical-coordinate representation of color #A6E4A8: hue angle of 121.94º degrees, saturation: 0.53, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A6E4A8 is Cyan = 0.27, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.11.

Color convert

RGB 166 228 168 -
CMYK 0.27 0 0.26 0.11
HSL 121.94º 0.53% 0.77% -
HSV(B) 121.94º 0.27% 0.89% -
XYZ 50.54 66.42 47.2 -
YUV 202.62 108.46 101.88 -
System Red Green Blue C M Y K H S L
Decimal 166 228 168 0.27 0 0.26 0.11 121.94 0.53 0.77
Hex A6 E4 A8 1B 0 1A B 7A 35 4D
Octal 246 344 250 33 0 32 13 172 65 115
Binary 10100110 11100100 10101000 11011 0 11010 1011 1111010 110101 1001101

Color Harmonies of #A6E4A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6E4A8

Black with #A6E4A8

Text Example


Text Example

White with #A6E4A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6E4A8; }

 p { color: rgb(166,228,168); }

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

background-color css

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

 a { background-color: rgb(166,228,168); }

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

border-color css

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

 span { border-color: rgb(166,228,168); }

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