#02B970

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

Shades of Jade #02B970

Tints of Jade #02B970

Color information

#02B970 (or 0x02B970) is unknown color: approx Jade. HEX triplet: 02, B9 and 70. RGB value is (2,185,112). Sum of RGB (Red+Green+Blue) = 2+185+112=299 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.67% from 299); Green value is 185 (72.66% from 255 or 61.87% from 299); Blue value is 112 (44.14% from 255 or 37.46% from 299); Max value from RGB is 185 - color contains mainly: green. Hex color #02B970 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02B970 is #FD468F. Grayscale: #7A7A7A. Windows color (decimal): -16598672 or 7387394. OLE color: 7387394.

HSL color Cylindrical-coordinate representation of color #02B970: hue angle of 156.07º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02B970 is Cyan = 0.99, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.27.

Color convert

RGB2185112-
CMYK0.9900.390.27
HSL156.07º97.86%36.67%-
HSV(B)156.07º98.92%72.55%-
XYZ20.335.8821.19-
YUV121.96122.3742.44-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.67%
GREEN value IS 185 (72.66% from 255) = 61.87%
BLUE value IS 112 (44.14% from 255) = 37.46%
R=0.67%
G=61.87%
B=37.46%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal21851120.9900.390.27156.0797.8636.67
Hex2B970630271B9c6225
Octal22711601430473323414245
Binary101011100111100001100011010011111011100111001100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02B970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02B970; }

 p { color: rgb(2,185,112); }

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

<style>
 a { background-color: #02B970; }

 a { background-color: rgb(2,185,112); }

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

<style>
 span { border-color: #02B970; }

 span { border-color: rgb(2,185,112); }

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