#A8F2AE

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

Shades of Celadon #A8F2AE

Tints of Celadon #A8F2AE

Color information

#A8F2AE (or 0xA8F2AE) is unknown color: approx Celadon. HEX triplet: A8, F2 and AE. RGB value is (168,242,174). Sum of RGB (Red+Green+Blue) = 168+242+174=584 (77% of max value = 765). Red value is 168 (66.02% from 255 or 28.77% from 584); Green value is 242 (94.92% from 255 or 41.44% from 584); Blue value is 174 (68.36% from 255 or 29.79% from 584); Max value from RGB is 242 - color contains mainly: green. Hex color #A8F2AE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8F2AE is #570D51. Grayscale: #D4D4D4. Windows color (decimal): -5705042 or 11465384. OLE color: 11465384.

HSL color Cylindrical-coordinate representation of color #A8F2AE: hue angle of 124.86º degrees, saturation: 0.74, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A8F2AE is Cyan = 0.31, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB168242174-
CMYK0.3100.280.05
HSL124.86º74%80.39%-
HSV(B)124.86º30.58%94.9%-
XYZ55.5474.8951.57-
YUV212.12106.4896.53-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 28.77%
GREEN value IS 242 (94.92% from 255) = 41.44%
BLUE value IS 174 (68.36% from 255) = 29.79%
R=28.77%
G=41.44%
B=29.79%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1682421740.3100.280.05124.867480.39
HexA8F2AE1F01C57d4a50
Octal250362256370345175112120
Binary10101000111100101010111011111011100101111110110010101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8F2AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8F2AE; }

 p { color: rgb(168,242,174); }

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

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

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

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

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

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

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