Html Css Color HEX #02BD76 Jade

📋 copy color: '#02BD76'

red 2 ◦ green 189 ◦ blue 118

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

Shades of Jade #02BD76

Tints of Jade #02BD76

RGB

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

 GREEN value IS 189 (74.22% from 255) = 61.17%

 BLUE value IS 118 (46.48% from 255) = 38.19%

R = 0.65%
G = 61.17%
B = 38.19%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.38

 K value IS 0.26

RGB Variations

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

Color information

#02BD76 (or 0x02BD76) is known color: Jade. HEX triplet: 02, BD and 76. RGB value is (2,189,118). Sum of RGB (Red+Green+Blue) = 2+189+118=309 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 309); Green value is 189 (74.22% from 255 or 61.17% from 309); Blue value is 118 (46.48% from 255 or 38.19% from 309); Max value from RGB is 189 - color contains mainly: green. Hex color #02BD76 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02BD76 is #FD4289. Grayscale: #7D7D7D. Windows color (decimal): -16597642 or 7781634. OLE color: 7781634.

HSL color Cylindrical-coordinate representation of color #02BD76: hue angle of 157.22º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02BD76 is Cyan = 0.99, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.26.

Color convert

RGB 2 189 118 -
CMYK 0.99 0 0.38 0.26
HSL 157.22º 0.98% 0.37% -
HSV(B) 157.22º 0.99% 0.74% -
XYZ 21.49 37.72 23.29 -
YUV 124.99 124.05 40.27 -
System Red Green Blue C M Y K H S L
Decimal 2 189 118 0.99 0 0.38 0.26 157.22 0.98 0.37
Hex 2 BD 76 63 0 26 1A 9D 62 25
Octal 2 275 166 143 0 46 32 235 142 45
Binary 10 10111101 1110110 1100011 0 100110 11010 10011101 1100010 100101

Color Harmonies of #02BD76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02BD76

Black with #02BD76

Text Example


Text Example

White with #02BD76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,189,118); }

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

background-color css

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

 a { background-color: rgb(2,189,118); }

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

border-color css

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

 span { border-color: rgb(2,189,118); }

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