#0ABF6A

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

Shades of Jade #0ABF6A

Tints of Jade #0ABF6A

Color information

#0ABF6A (or 0x0ABF6A) is unknown color: approx Jade. HEX triplet: 0A, BF and 6A. RGB value is (10,191,106). Sum of RGB (Red+Green+Blue) = 10+191+106=307 (40% of max value = 765). Red value is 10 (4.30% from 255 or 3.26% from 307); Green value is 191 (75% from 255 or 62.21% from 307); Blue value is 106 (41.80% from 255 or 34.53% from 307); Max value from RGB is 191 - color contains mainly: green. Hex color #0ABF6A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ABF6A is #F54095. Grayscale: #7F7F7F. Windows color (decimal): -16072854 or 6995722. OLE color: 6995722.

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

Color convert

RGB10191106-
CMYK0.9500.450.25
HSL151.82º90.05%39.41%-
HSV(B)151.82º94.76%74.9%-
XYZ21.3638.3719.92-
YUV127.19116.0344.41-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.26%
GREEN value IS 191 (75% from 255) = 62.21%
BLUE value IS 106 (41.80% from 255) = 34.53%
R=3.26%
G=62.21%
B=34.53%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal101911060.9500.450.25151.8290.0539.41
HexABF6A5F02D19985a27
Octal122771521370553123013247
Binary10101011111111010101011111010110111001100110001011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ABF6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,191,106); }

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

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

 a { background-color: rgb(10,191,106); }

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

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

 span { border-color: rgb(10,191,106); }

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