#0ABD67

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

Shades of Jade #0ABD67

Tints of Jade #0ABD67

Color information

#0ABD67 (or 0x0ABD67) is unknown color: approx Jade. HEX triplet: 0A, BD and 67. RGB value is (10,189,103). Sum of RGB (Red+Green+Blue) = 10+189+103=302 (40% of max value = 765). Red value is 10 (4.30% from 255 or 3.31% from 302); Green value is 189 (74.22% from 255 or 62.58% from 302); Blue value is 103 (40.62% from 255 or 34.11% from 302); Max value from RGB is 189 - color contains mainly: green. Hex color #0ABD67 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ABD67 is #F54298. Grayscale: #7D7D7D. Windows color (decimal): -16073369 or 6798602. OLE color: 6798602.

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

Color convert

RGB10189103-
CMYK0.9500.460.26
HSL151.17º89.95%39.02%-
HSV(B)151.17º94.71%74.12%-
XYZ20.7737.4418.96-
YUV125.68115.245.49-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.31%
GREEN value IS 189 (74.22% from 255) = 62.58%
BLUE value IS 103 (40.62% from 255) = 34.11%
R=3.31%
G=62.58%
B=34.11%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal101891030.9500.460.26151.1789.9539.02
HexABD675F02E1A975a27
Octal122751471370563222713247
Binary10101011110111001111011111010111011010100101111011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ABD67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,189,103); }

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

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

 a { background-color: rgb(10,189,103); }

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

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

 span { border-color: rgb(10,189,103); }

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