Html Css Color HEX #02B063 Jade

📋 copy color: '#02B063'

red 2 ◦ green 176 ◦ blue 99

#02B063
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jade #02B063

Tints of Jade #02B063

RGB

 RED value IS 2 (1.17% from 255) = 0.72%

 GREEN value IS 176 (69.14% from 255) = 63.54%

 BLUE value IS 99 (39.06% from 255) = 35.74%

R = 0.72%
G = 63.54%
B = 35.74%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.44

 K value IS 0.31

RGB Variations

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

Color information

#02B063 (or 0x02B063) is known color: Jade. HEX triplet: 02, B0 and 63. RGB value is (2,176,99). Sum of RGB (Red+Green+Blue) = 2+176+99=277 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 277); Green value is 176 (69.14% from 255 or 63.54% from 277); Blue value is 99 (39.06% from 255 or 35.74% from 277); Max value from RGB is 176 - color contains mainly: green. Hex color #02B063 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02B063 is #FD4F9C. Grayscale: #737373. Windows color (decimal): -16600989 or 6533122. OLE color: 6533122.

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

Color convert

RGB 2 176 99 -
CMYK 0.99 0 0.44 0.31
HSL 153.45º 0.98% 0.35% -
HSV(B) 153.45º 0.99% 0.69% -
XYZ 17.8 31.96 17.04 -
YUV 115.2 118.85 47.26 -
System Red Green Blue C M Y K H S L
Decimal 2 176 99 0.99 0 0.44 0.31 153.45 0.98 0.35
Hex 2 B0 63 63 0 2C 1F 99 62 23
Octal 2 260 143 143 0 54 37 231 142 43
Binary 10 10110000 1100011 1100011 0 101100 11111 10011001 1100010 100011

Color Harmonies of #02B063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02B063

Black with #02B063

Text Example


Text Example

White with #02B063

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #02B063;
 }
 .AnyTagClassName
 {
   color: #02B063;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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