Html Css Color HEX #02B96D Jade

📋 copy color: '#02B96D'

red 2 ◦ green 185 ◦ blue 109

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

Shades of Jade #02B96D

Tints of Jade #02B96D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 36.82%

R = 0.68%
G = 62.5%
B = 36.82%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#02B96D (or 0x02B96D) is known color: Jade. HEX triplet: 02, B9 and 6D. RGB value is (2,185,109). Sum of RGB (Red+Green+Blue) = 2+185+109=296 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 296); Green value is 185 (72.66% from 255 or 62.5% from 296); Blue value is 109 (42.97% from 255 or 36.82% from 296); Max value from RGB is 185 - color contains mainly: green. Hex color #02B96D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02B96D is #FD4692. Grayscale: #797979. Windows color (decimal): -16598675 or 7190786. OLE color: 7190786.

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

Color convert

RGB 2 185 109 -
CMYK 0.99 0 0.41 0.27
HSL 155.08º 0.98% 0.37% -
HSV(B) 155.08º 0.99% 0.73% -
XYZ 20.13 35.81 20.32 -
YUV 121.62 120.87 42.68 -
System Red Green Blue C M Y K H S L
Decimal 2 185 109 0.99 0 0.41 0.27 155.08 0.98 0.37
Hex 2 B9 6D 63 0 29 1B 9B 62 25
Octal 2 271 155 143 0 51 33 233 142 45
Binary 10 10111001 1101101 1100011 0 101001 11011 10011011 1100010 100101

Color Harmonies of #02B96D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02B96D

Black with #02B96D

Text Example


Text Example

White with #02B96D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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