#0ABA6D

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

Shades of Jade #0ABA6D

Tints of Jade #0ABA6D

Color information

#0ABA6D (or 0x0ABA6D) is unknown color: approx Jade. HEX triplet: 0A, BA and 6D. RGB value is (10,186,109). Sum of RGB (Red+Green+Blue) = 10+186+109=305 (40% of max value = 765). Red value is 10 (4.30% from 255 or 3.28% from 305); Green value is 186 (73.05% from 255 or 60.98% from 305); Blue value is 109 (42.97% from 255 or 35.74% from 305); Max value from RGB is 186 - color contains mainly: green. Hex color #0ABA6D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ABA6D is #F54592. Grayscale: #7C7C7C. Windows color (decimal): -16074131 or 7191050. OLE color: 7191050.

HSL color Cylindrical-coordinate representation of color #0ABA6D: hue angle of 153.75º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ABA6D is Cyan = 0.95, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB10186109-
CMYK0.9500.410.27
HSL153.75º89.8%38.43%-
HSV(B)153.75º94.62%72.94%-
XYZ20.4436.2920.39-
YUV124.6119.1946.26-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.28%
GREEN value IS 186 (73.05% from 255) = 60.98%
BLUE value IS 109 (42.97% from 255) = 35.74%
R=3.28%
G=60.98%
B=35.74%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal101861090.9500.410.27153.7589.838.43
HexABA6D5F0291B9a5a26
Octal122721551370513323213246
Binary10101011101011011011011111010100111011100110101011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ABA6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0ABA6D; }

 p { color: rgb(10,186,109); }

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

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

 a { background-color: rgb(10,186,109); }

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

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

 span { border-color: rgb(10,186,109); }

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