Html Css Color HEX #02B963 Jade

📋 copy color: '#02B963'

red 2 ◦ green 185 ◦ blue 99

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

Shades of Jade #02B963

Tints of Jade #02B963

RGB

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

 GREEN value IS 185 (72.66% from 255) = 64.69%

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

R = 0.7%
G = 64.69%
B = 34.62%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.46

 K value IS 0.27

RGB Variations

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

Color information

#02B963 (or 0x02B963) is known color: Jade. HEX triplet: 02, B9 and 63. RGB value is (2,185,99). Sum of RGB (Red+Green+Blue) = 2+185+99=286 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 286); Green value is 185 (72.66% from 255 or 64.69% from 286); Blue value is 99 (39.06% from 255 or 34.62% from 286); Max value from RGB is 185 - color contains mainly: green. Hex color #02B963 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02B963 is #FD469C. Grayscale: #787878. Windows color (decimal): -16598685 or 6535426. OLE color: 6535426.

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

Color convert

RGB 2 185 99 -
CMYK 0.99 0 0.46 0.27
HSL 151.8º 0.98% 0.37% -
HSV(B) 151.8º 0.99% 0.73% -
XYZ 19.63 35.61 17.64 -
YUV 120.48 115.87 43.49 -
System Red Green Blue C M Y K H S L
Decimal 2 185 99 0.99 0 0.46 0.27 151.8 0.98 0.37
Hex 2 B9 63 63 0 2E 1B 98 62 25
Octal 2 271 143 143 0 56 33 230 142 45
Binary 10 10111001 1100011 1100011 0 101110 11011 10011000 1100010 100101

Color Harmonies of #02B963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02B963

Black with #02B963

Text Example


Text Example

White with #02B963

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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