#0ABA75

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

Shades of Jade #0ABA75

Tints of Jade #0ABA75

Color information

#0ABA75 (or 0x0ABA75) is unknown color: approx Jade. HEX triplet: 0A, BA and 75. RGB value is (10,186,117). Sum of RGB (Red+Green+Blue) = 10+186+117=313 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.19% from 313); Green value is 186 (73.05% from 255 or 59.42% from 313); Blue value is 117 (46.09% from 255 or 37.38% from 313); Max value from RGB is 186 - color contains mainly: green. Hex color #0ABA75 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ABA75 is #F5458A. Grayscale: #7D7D7D. Windows color (decimal): -16074123 or 7715338. OLE color: 7715338.

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

Color convert

RGB10186117-
CMYK0.9500.370.27
HSL156.48º89.8%38.43%-
HSV(B)156.48º94.62%72.94%-
XYZ20.8936.4722.77-
YUV125.51123.1945.61-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.19%
GREEN value IS 186 (73.05% from 255) = 59.42%
BLUE value IS 117 (46.09% from 255) = 37.38%
R=3.19%
G=59.42%
B=37.38%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal101861170.9500.370.27156.4889.838.43
HexABA755F0251B9c5a26
Octal122721651370453323413246
Binary10101011101011101011011111010010111011100111001011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ABA75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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