#0ABE71

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

Shades of Jade #0ABE71

Tints of Jade #0ABE71

Color information

#0ABE71 (or 0x0ABE71) is unknown color: approx Jade. HEX triplet: 0A, BE and 71. RGB value is (10,190,113). Sum of RGB (Red+Green+Blue) = 10+190+113=313 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.19% from 313); Green value is 190 (74.61% from 255 or 60.70% from 313); Blue value is 113 (44.53% from 255 or 36.10% from 313); Max value from RGB is 190 - color contains mainly: green. Hex color #0ABE71 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ABE71 is #F5418E. Grayscale: #7F7F7F. Windows color (decimal): -16073103 or 7454218. OLE color: 7454218.

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

Color convert

RGB10190113-
CMYK0.9500.410.25
HSL154.33º90%39.22%-
HSV(B)154.33º94.74%74.51%-
XYZ21.5238.0821.84-
YUV127.4119.8744.26-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.19%
GREEN value IS 190 (74.61% from 255) = 60.70%
BLUE value IS 113 (44.53% from 255) = 36.10%
R=3.19%
G=60.70%
B=36.10%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal101901130.9500.410.25154.339039.22
HexABE715F029199a5a27
Octal122761611370513123213247
Binary10101011111011100011011111010100111001100110101011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ABE71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,190,113); }

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

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

 a { background-color: rgb(10,190,113); }

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

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

 span { border-color: rgb(10,190,113); }

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