#A2FEB5

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

Shades of Celadon #A2FEB5

Tints of Celadon #A2FEB5

Color information

#A2FEB5 (or 0xA2FEB5) is unknown color: approx Celadon. HEX triplet: A2, FE and B5. RGB value is (162,254,181). Sum of RGB (Red+Green+Blue) = 162+254+181=597 (79% of max value = 765). Red value is 162 (63.67% from 255 or 27.14% from 597); Green value is 254 (99.61% from 255 or 42.55% from 597); Blue value is 181 (71.09% from 255 or 30.32% from 597); Max value from RGB is 254 - color contains mainly: green. Hex color #A2FEB5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2FEB5 is #5D014A. Grayscale: #DADADA. Windows color (decimal): -6095179 or 11927202. OLE color: 11927202.

HSL color Cylindrical-coordinate representation of color #A2FEB5: hue angle of 132.39º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A2FEB5 is Cyan = 0.36, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.00.

Color convert

RGB162254181-
CMYK0.3600.290.00
HSL132.39º97.87%81.57%-
HSV(B)132.39º36.22%99.61%-
XYZ58.6881.956.43-
YUV218.17107.0287.94-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 27.14%
GREEN value IS 254 (99.61% from 255) = 42.55%
BLUE value IS 181 (71.09% from 255) = 30.32%
R=27.14%
G=42.55%
B=30.32%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1622541810.3600.290.00132.3997.8781.57
HexA2FEB52401D0846252
Octal242376265440350204142122
Binary10100010111111101011010110010001110101000010011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2FEB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2FEB5; }

 p { color: rgb(162,254,181); }

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

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

 a { background-color: rgb(162,254,181); }

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

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

 span { border-color: rgb(162,254,181); }

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