#A8E6AF

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

Shades of Celadon #A8E6AF

Tints of Celadon #A8E6AF

Color information

#A8E6AF (or 0xA8E6AF) is unknown color: approx Celadon. HEX triplet: A8, E6 and AF. RGB value is (168,230,175). Sum of RGB (Red+Green+Blue) = 168+230+175=573 (75% of max value = 765). Red value is 168 (66.02% from 255 or 29.32% from 573); Green value is 230 (90.23% from 255 or 40.14% from 573); Blue value is 175 (68.75% from 255 or 30.54% from 573); Max value from RGB is 230 - color contains mainly: green. Hex color #A8E6AF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8E6AF is #571950. Grayscale: #CDCDCD. Windows color (decimal): -5708113 or 11527848. OLE color: 11527848.

HSL color Cylindrical-coordinate representation of color #A8E6AF: hue angle of 126.77º degrees, saturation: 0.55, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A8E6AF is Cyan = 0.27, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.10.

Color convert

RGB168230175-
CMYK0.2700.240.10
HSL126.77º55.36%78.04%-
HSV(B)126.77º26.96%90.2%-
XYZ52.1868.0150.94-
YUV205.19110.96101.47-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 29.32%
GREEN value IS 230 (90.23% from 255) = 40.14%
BLUE value IS 175 (68.75% from 255) = 30.54%
R=29.32%
G=40.14%
B=30.54%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1682301750.2700.240.10126.7755.3678.04
HexA8E6AF1B018A7f374e
Octal250346257330301217767116
Binary10101000111001101010111111011011000101011111111101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8E6AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8E6AF; }

 p { color: rgb(168,230,175); }

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

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

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

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

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

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

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