#A8EFA7

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

Shades of Celadon #A8EFA7

Tints of Celadon #A8EFA7

Color information

#A8EFA7 (or 0xA8EFA7) is unknown color: approx Celadon. HEX triplet: A8, EF and A7. RGB value is (168,239,167). Sum of RGB (Red+Green+Blue) = 168+239+167=574 (76% of max value = 765). Red value is 168 (66.02% from 255 or 29.27% from 574); Green value is 239 (93.75% from 255 or 41.64% from 574); Blue value is 167 (65.62% from 255 or 29.09% from 574); Max value from RGB is 239 - color contains mainly: green. Hex color #A8EFA7 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8EFA7 is #571058. Grayscale: #D1D1D1. Windows color (decimal): -5705817 or 11005864. OLE color: 11005864.

HSL color Cylindrical-coordinate representation of color #A8EFA7: hue angle of 119.17º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A8EFA7 is Cyan = 0.30, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.06.

Color convert

RGB168239167-
CMYK0.3000.300.06
HSL119.17º69.23%79.61%-
HSV(B)119.17º30.13%93.73%-
XYZ53.9972.8547.77-
YUV209.56103.9898.35-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 29.27%
GREEN value IS 239 (93.75% from 255) = 41.64%
BLUE value IS 167 (65.62% from 255) = 29.09%
R=29.27%
G=41.64%
B=29.09%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1682391670.3000.300.06119.1769.2379.61
HexA8EFA71E01E6774550
Octal250357247360366167105120
Binary10101000111011111010011111110011110110111011110001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8EFA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8EFA7; }

 p { color: rgb(168,239,167); }

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

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

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

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

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

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

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