Html Css Color HEX #02B961 Jade

📋 copy color: '#02B961'

red 2 ◦ green 185 ◦ blue 97

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

Shades of Jade #02B961

Tints of Jade #02B961

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 34.15%

R = 0.7%
G = 65.14%
B = 34.15%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#02B961 (or 0x02B961) is known color: Jade. HEX triplet: 02, B9 and 61. RGB value is (2,185,97). Sum of RGB (Red+Green+Blue) = 2+185+97=284 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 284); Green value is 185 (72.66% from 255 or 65.14% from 284); Blue value is 97 (38.28% from 255 or 34.15% from 284); Max value from RGB is 185 - color contains mainly: green. Hex color #02B961 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02B961 is #FD469E. Grayscale: #787878. Windows color (decimal): -16598687 or 6404354. OLE color: 6404354.

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

Color convert

RGB 2 185 97 -
CMYK 0.99 0 0.48 0.27
HSL 151.15º 0.98% 0.37% -
HSV(B) 151.15º 0.99% 0.73% -
XYZ 19.53 35.57 17.15 -
YUV 120.25 114.87 43.66 -
System Red Green Blue C M Y K H S L
Decimal 2 185 97 0.99 0 0.48 0.27 151.15 0.98 0.37
Hex 2 B9 61 63 0 30 1B 97 62 25
Octal 2 271 141 143 0 60 33 227 142 45
Binary 10 10111001 1100001 1100011 0 110000 11011 10010111 1100010 100101

Color Harmonies of #02B961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02B961

Black with #02B961

Text Example


Text Example

White with #02B961

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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