#02B064

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

Shades of Jade #02B064

Tints of Jade #02B064

Color information

#02B064 (or 0x02B064) is unknown color: approx Jade. HEX triplet: 02, B0 and 64. RGB value is (2,176,100). Sum of RGB (Red+Green+Blue) = 2+176+100=278 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 278); Green value is 176 (69.14% from 255 or 63.31% from 278); Blue value is 100 (39.45% from 255 or 35.97% from 278); Max value from RGB is 176 - color contains mainly: green. Hex color #02B064 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02B064 is #FD4F9B. Grayscale: #737373. Windows color (decimal): -16600988 or 6598658. OLE color: 6598658.

HSL color Cylindrical-coordinate representation of color #02B064: hue angle of 153.79º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02B064 is Cyan = 0.99, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.31.

Color convert

RGB2176100-
CMYK0.9900.430.31
HSL153.79º97.75%34.9%-
HSV(B)153.79º98.86%69.02%-
XYZ17.8531.9817.29-
YUV115.31119.3547.18-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.72%
GREEN value IS 176 (69.14% from 255) = 63.31%
BLUE value IS 100 (39.45% from 255) = 35.97%
R=0.72%
G=63.31%
B=35.97%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal21761000.9900.430.31153.7997.7534.9
Hex2B0646302B1F9a6223
Octal22601441430533723214243
Binary101011000011001001100011010101111111100110101100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02B064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,176,100); }

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

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

 a { background-color: rgb(2,176,100); }

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

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

 span { border-color: rgb(2,176,100); }

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