#0ABC75

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

Shades of Jade #0ABC75

Tints of Jade #0ABC75

Color information

#0ABC75 (or 0x0ABC75) is unknown color: approx Jade. HEX triplet: 0A, BC and 75. RGB value is (10,188,117). Sum of RGB (Red+Green+Blue) = 10+188+117=315 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.17% from 315); Green value is 188 (73.83% from 255 or 59.68% from 315); Blue value is 117 (46.09% from 255 or 37.14% from 315); Max value from RGB is 188 - color contains mainly: green. Hex color #0ABC75 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ABC75 is #F5438A. Grayscale: #7E7E7E. Windows color (decimal): -16073611 or 7715850. OLE color: 7715850.

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

Color convert

RGB10188117-
CMYK0.9500.380.26
HSL156.07º89.9%38.82%-
HSV(B)156.07º94.68%73.73%-
XYZ21.3237.3222.91-
YUV126.68122.5344.77-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.17%
GREEN value IS 188 (73.83% from 255) = 59.68%
BLUE value IS 117 (46.09% from 255) = 37.14%
R=3.17%
G=59.68%
B=37.14%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal101881170.9500.380.26156.0789.938.82
HexABC755F0261A9c5a27
Octal122741651370463223413247
Binary10101011110011101011011111010011011010100111001011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ABC75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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