#0ABA66

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

Shades of Jade #0ABA66

Tints of Jade #0ABA66

Color information

#0ABA66 (or 0x0ABA66) is unknown color: approx Jade. HEX triplet: 0A, BA and 66. RGB value is (10,186,102). Sum of RGB (Red+Green+Blue) = 10+186+102=298 (39% of max value = 765). Red value is 10 (4.30% from 255 or 3.36% from 298); Green value is 186 (73.05% from 255 or 62.42% from 298); Blue value is 102 (40.23% from 255 or 34.23% from 298); Max value from RGB is 186 - color contains mainly: green. Hex color #0ABA66 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ABA66 is #F54599. Grayscale: #7B7B7B. Windows color (decimal): -16074138 or 6732298. OLE color: 6732298.

HSL color Cylindrical-coordinate representation of color #0ABA66: hue angle of 151.36º 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 #0ABA66 is Cyan = 0.95, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.27.

Color convert

RGB10186102-
CMYK0.9500.450.27
HSL151.36º89.8%38.43%-
HSV(B)151.36º94.62%72.94%-
XYZ20.0836.1418.49-
YUV123.8115.6946.83-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.36%
GREEN value IS 186 (73.05% from 255) = 62.42%
BLUE value IS 102 (40.23% from 255) = 34.23%
R=3.36%
G=62.42%
B=34.23%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal101861020.9500.450.27151.3689.838.43
HexABA665F02D1B975a26
Octal122721461370553322713246
Binary10101011101011001101011111010110111011100101111011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ABA66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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