#09B270

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

Shades of Jade #09B270

Tints of Jade #09B270

Color information

#09B270 (or 0x09B270) is unknown color: approx Jade. HEX triplet: 09, B2 and 70. RGB value is (9,178,112). Sum of RGB (Red+Green+Blue) = 9+178+112=299 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3.01% from 299); Green value is 178 (69.92% from 255 or 59.53% from 299); Blue value is 112 (44.14% from 255 or 37.46% from 299); Max value from RGB is 178 - color contains mainly: green. Hex color #09B270 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09B270 is #F64D8F. Grayscale: #787878. Windows color (decimal): -16141712 or 7385609. OLE color: 7385609.

HSL color Cylindrical-coordinate representation of color #09B270: hue angle of 156.57º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09B270 is Cyan = 0.95, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.30.

Color convert

RGB9178112-
CMYK0.9500.370.30
HSL156.57º90.37%36.67%-
HSV(B)156.57º94.94%69.8%-
XYZ18.9633.0720.71-
YUV119.94123.5148.87-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.01%
GREEN value IS 178 (69.92% from 255) = 59.53%
BLUE value IS 112 (44.14% from 255) = 37.46%
R=3.01%
G=59.53%
B=37.46%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal91781120.9500.370.30156.5790.3736.67
Hex9B2705F0251E9d5a25
Octal112621601370453623513245
Binary10011011001011100001011111010010111110100111011011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09B270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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