#0ABC74

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

Shades of Jade #0ABC74

Tints of Jade #0ABC74

Color information

#0ABC74 (or 0x0ABC74) is unknown color: approx Jade. HEX triplet: 0A, BC and 74. RGB value is (10,188,116). Sum of RGB (Red+Green+Blue) = 10+188+116=314 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.18% from 314); Green value is 188 (73.83% from 255 or 59.87% from 314); Blue value is 116 (45.70% from 255 or 36.94% from 314); Max value from RGB is 188 - color contains mainly: green. Hex color #0ABC74 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ABC74 is #F5438B. Grayscale: #7E7E7E. Windows color (decimal): -16073612 or 7650314. OLE color: 7650314.

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

Color convert

RGB10188116-
CMYK0.9500.380.26
HSL155.73º89.9%38.82%-
HSV(B)155.73º94.68%73.73%-
XYZ21.2637.2922.6-
YUV126.57122.0344.85-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.18%
GREEN value IS 188 (73.83% from 255) = 59.87%
BLUE value IS 116 (45.70% from 255) = 36.94%
R=3.18%
G=59.87%
B=36.94%

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
Decimal101881160.9500.380.26155.7389.938.82
HexABC745F0261A9c5a27
Octal122741641370463223413247
Binary10101011110011101001011111010011011010100111001011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ABC74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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