#A8EBA8

Color #A8EBA8 Celadon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Celadon #A8EBA8

Tints of Celadon #A8EBA8

Color information

#A8EBA8 (or 0xA8EBA8) is unknown color: approx Celadon. HEX triplet: A8, EB and A8. RGB value is (168,235,168). Sum of RGB (Red+Green+Blue) = 168+235+168=571 (75% of max value = 765). Red value is 168 (66.02% from 255 or 29.42% from 571); Green value is 235 (92.19% from 255 or 41.16% from 571); Blue value is 168 (66.02% from 255 or 29.42% from 571); Max value from RGB is 235 - color contains mainly: green. Hex color #A8EBA8 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8EBA8 is #571457. Grayscale: #CFCFCF. Windows color (decimal): -5706840 or 11070376. OLE color: 11070376.

HSL color Cylindrical-coordinate representation of color #A8EBA8: hue angle of 120º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A8EBA8 is Cyan = 0.29, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.08.

Color convert

RGB168235168-
CMYK0.2900.290.08
HSL120º62.62%79.02%-
HSV(B)120º28.51%92.16%-
XYZ52.9270.5747.88-
YUV207.33105.899.95-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 29.42%
GREEN value IS 235 (92.19% from 255) = 41.16%
BLUE value IS 168 (66.02% from 255) = 29.42%
R=29.42%
G=41.16%
B=29.42%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1682351680.2900.290.0812062.6279.02
HexA8EBA81D01D8783f4f
Octal250353250350351017077117
Binary10101000111010111010100011101011101100011110001111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8EBA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8EBA8; }

 p { color: rgb(168,235,168); }

 H1.HeaderClassName
 {
   color: #A8EBA8;
 }
 .AnyTagClassName
 {
   color: #A8EBA8;
 }
</style>
background-color css

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

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

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

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

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

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