#A2FEB7

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

Shades of Celadon #A2FEB7

Tints of Celadon #A2FEB7

Color information

#A2FEB7 (or 0xA2FEB7) is unknown color: approx Celadon. HEX triplet: A2, FE and B7. RGB value is (162,254,183). Sum of RGB (Red+Green+Blue) = 162+254+183=599 (79% of max value = 765). Red value is 162 (63.67% from 255 or 27.05% from 599); Green value is 254 (99.61% from 255 or 42.40% from 599); Blue value is 183 (71.88% from 255 or 30.55% from 599); Max value from RGB is 254 - color contains mainly: green. Hex color #A2FEB7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2FEB7 is #5D0148. Grayscale: #DADADA. Windows color (decimal): -6095177 or 12058274. OLE color: 12058274.

HSL color Cylindrical-coordinate representation of color #A2FEB7: hue angle of 133.7º 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 #A2FEB7 is Cyan = 0.36, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.00.

Color convert

RGB162254183-
CMYK0.3600.280.00
HSL133.7º97.87%81.57%-
HSV(B)133.7º36.22%99.61%-
XYZ58.8981.9857.52-
YUV218.4108.0287.77-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 27.05%
GREEN value IS 254 (99.61% from 255) = 42.40%
BLUE value IS 183 (71.88% from 255) = 30.55%
R=27.05%
G=42.40%
B=30.55%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1622541830.3600.280.00133.797.8781.57
HexA2FEB72401C0866252
Octal242376267440340206142122
Binary10100010111111101011011110010001110001000011011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2FEB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2FEB7; }

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

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

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

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

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

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

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

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