Html Css Color HEX #02BC73 Jade

📋 copy color: '#02BC73'

red 2 ◦ green 188 ◦ blue 115

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

Shades of Jade #02BC73

Tints of Jade #02BC73

RGB

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

 GREEN value IS 188 (73.83% from 255) = 61.64%

 BLUE value IS 115 (45.31% from 255) = 37.7%

R = 0.66%
G = 61.64%
B = 37.7%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.39

 K value IS 0.26

RGB Variations

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

Color information

#02BC73 (or 0x02BC73) is known color: Jade. HEX triplet: 02, BC and 73. RGB value is (2,188,115). Sum of RGB (Red+Green+Blue) = 2+188+115=305 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 305); Green value is 188 (73.83% from 255 or 61.64% from 305); Blue value is 115 (45.31% from 255 or 37.70% from 305); Max value from RGB is 188 - color contains mainly: green. Hex color #02BC73 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02BC73 is #FD438C. Grayscale: #7C7C7C. Windows color (decimal): -16597901 or 7584770. OLE color: 7584770.

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

Color convert

RGB 2 188 115 -
CMYK 0.99 0 0.39 0.26
HSL 156.45º 0.98% 0.37% -
HSV(B) 156.45º 0.99% 0.74% -
XYZ 21.1 37.22 22.29 -
YUV 124.06 122.88 40.94 -
System Red Green Blue C M Y K H S L
Decimal 2 188 115 0.99 0 0.39 0.26 156.45 0.98 0.37
Hex 2 BC 73 63 0 27 1A 9C 62 25
Octal 2 274 163 143 0 47 32 234 142 45
Binary 10 10111100 1110011 1100011 0 100111 11010 10011100 1100010 100101

Color Harmonies of #02BC73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02BC73

Black with #02BC73

Text Example


Text Example

White with #02BC73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,188,115); }

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

background-color css

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

 a { background-color: rgb(2,188,115); }

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

border-color css

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

 span { border-color: rgb(2,188,115); }

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