Html Css Color HEX #02B76B Jade

📋 copy color: '#02B76B'

red 2 ◦ green 183 ◦ blue 107

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

Shades of Jade #02B76B

Tints of Jade #02B76B

RGB

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

 GREEN value IS 183 (71.88% from 255) = 62.67%

 BLUE value IS 107 (42.19% from 255) = 36.64%

R = 0.68%
G = 62.67%
B = 36.64%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.42

 K value IS 0.28

RGB Variations

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

Color information

#02B76B (or 0x02B76B) is known color: Jade. HEX triplet: 02, B7 and 6B. RGB value is (2,183,107). Sum of RGB (Red+Green+Blue) = 2+183+107=292 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 292); Green value is 183 (71.88% from 255 or 62.67% from 292); Blue value is 107 (42.19% from 255 or 36.64% from 292); Max value from RGB is 183 - color contains mainly: green. Hex color #02B76B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02B76B is #FD4894. Grayscale: #787878. Windows color (decimal): -16599189 or 7059202. OLE color: 7059202.

HSL color Cylindrical-coordinate representation of color #02B76B: hue angle of 154.81º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02B76B is Cyan = 0.99, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.28.

Color convert

RGB 2 183 107 -
CMYK 0.99 0 0.42 0.28
HSL 154.81º 0.98% 0.36% -
HSV(B) 154.81º 0.99% 0.72% -
XYZ 19.61 34.94 19.62 -
YUV 120.22 120.53 43.68 -
System Red Green Blue C M Y K H S L
Decimal 2 183 107 0.99 0 0.42 0.28 154.81 0.98 0.36
Hex 2 B7 6B 63 0 2A 1C 9B 62 24
Octal 2 267 153 143 0 52 34 233 142 44
Binary 10 10110111 1101011 1100011 0 101010 11100 10011011 1100010 100100

Color Harmonies of #02B76B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02B76B

Black with #02B76B

Text Example


Text Example

White with #02B76B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,183,107); }

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

background-color css

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

 a { background-color: rgb(2,183,107); }

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

border-color css

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

 span { border-color: rgb(2,183,107); }

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