#09BF70

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

Shades of Jade #09BF70

Tints of Jade #09BF70

Color information

#09BF70 (or 0x09BF70) is unknown color: approx Jade. HEX triplet: 09, BF and 70. RGB value is (9,191,112). Sum of RGB (Red+Green+Blue) = 9+191+112=312 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.88% from 312); Green value is 191 (75% from 255 or 61.22% from 312); Blue value is 112 (44.14% from 255 or 35.90% from 312); Max value from RGB is 191 - color contains mainly: green. Hex color #09BF70 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #09BF70 is #F6408F. Grayscale: #7F7F7F. Windows color (decimal): -16138384 or 7388937. OLE color: 7388937.

HSL color Cylindrical-coordinate representation of color #09BF70: hue angle of 153.96º degrees, saturation: 0.91, 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 #09BF70 is Cyan = 0.95, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB9191112-
CMYK0.9500.410.25
HSL153.96º91%39.22%-
HSV(B)153.96º95.29%74.9%-
XYZ21.6738.4921.62-
YUV127.58119.243.42-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.88%
GREEN value IS 191 (75% from 255) = 61.22%
BLUE value IS 112 (44.14% from 255) = 35.90%
R=2.88%
G=61.22%
B=35.90%

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
Decimal91911120.9500.410.25153.969139.22
Hex9BF705F029199a5b27
Octal112771601370513123213347
Binary10011011111111100001011111010100111001100110101011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09BF70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09BF70; }

 p { color: rgb(9,191,112); }

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

<style>
 a { background-color: #09BF70; }

 a { background-color: rgb(9,191,112); }

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

<style>
 span { border-color: #09BF70; }

 span { border-color: rgb(9,191,112); }

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