#02BA79

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

Shades of Jade #02BA79

Tints of Jade #02BA79

Color information

#02BA79 (or 0x02BA79) is unknown color: approx Jade. HEX triplet: 02, BA and 79. RGB value is (2,186,121). Sum of RGB (Red+Green+Blue) = 2+186+121=309 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 309); Green value is 186 (73.05% from 255 or 60.19% from 309); Blue value is 121 (47.66% from 255 or 39.16% from 309); Max value from RGB is 186 - color contains mainly: green. Hex color #02BA79 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02BA79 is #FD4586. Grayscale: #7B7B7B. Windows color (decimal): -16598407 or 7977474. OLE color: 7977474.

HSL color Cylindrical-coordinate representation of color #02BA79: hue angle of 158.8º 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 #02BA79 is Cyan = 0.99, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.27.

Color convert

RGB2186121-
CMYK0.9900.350.27
HSL158.8º97.87%36.86%-
HSV(B)158.8º98.92%72.94%-
XYZ21.0436.5124.03-
YUV123.57126.5441.29-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.65%
GREEN value IS 186 (73.05% from 255) = 60.19%
BLUE value IS 121 (47.66% from 255) = 39.16%
R=0.65%
G=60.19%
B=39.16%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal21861210.9900.350.27158.897.8736.86
Hex2BA79630231B9f6225
Octal22721711430433323714245
Binary101011101011110011100011010001111011100111111100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02BA79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,186,121); }

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

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

 a { background-color: rgb(2,186,121); }

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

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

 span { border-color: rgb(2,186,121); }

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