#A2EBA3

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

Shades of Celadon #A2EBA3

Tints of Celadon #A2EBA3

Color information

#A2EBA3 (or 0xA2EBA3) is unknown color: approx Celadon. HEX triplet: A2, EB and A3. RGB value is (162,235,163). Sum of RGB (Red+Green+Blue) = 162+235+163=560 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.93% from 560); Green value is 235 (92.19% from 255 or 41.96% from 560); Blue value is 163 (64.06% from 255 or 29.11% from 560); Max value from RGB is 235 - color contains mainly: green. Hex color #A2EBA3 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2EBA3 is #5D145C. Grayscale: #CDCDCD. Windows color (decimal): -6100061 or 10742690. OLE color: 10742690.

HSL color Cylindrical-coordinate representation of color #A2EBA3: hue angle of 120.82º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A2EBA3 is Cyan = 0.31, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.08.

Color convert

RGB162235163-
CMYK0.3100.310.08
HSL120.82º64.6%77.84%-
HSV(B)120.82º31.06%92.16%-
XYZ51.2269.7445.41-
YUV204.96104.3297.35-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 28.93%
GREEN value IS 235 (92.19% from 255) = 41.96%
BLUE value IS 163 (64.06% from 255) = 29.11%
R=28.93%
G=41.96%
B=29.11%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1622351630.3100.310.08120.8264.677.84
HexA2EBA31F01F879414e
Octal2423532433703710171101116
Binary101000101110101110100011111110111111000111100110000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2EBA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2EBA3; }

 p { color: rgb(162,235,163); }

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

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

 a { background-color: rgb(162,235,163); }

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

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

 span { border-color: rgb(162,235,163); }

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