Html Css Color HEX #02C073 Jade

📋 copy color: '#02C073'

red 2 ◦ green 192 ◦ blue 115

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

Shades of Jade #02C073

Tints of Jade #02C073

RGB

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

 GREEN value IS 192 (75.39% from 255) = 62.14%

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

R = 0.65%
G = 62.14%
B = 37.22%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#02C073 (or 0x02C073) is known color: Jade. HEX triplet: 02, C0 and 73. RGB value is (2,192,115). Sum of RGB (Red+Green+Blue) = 2+192+115=309 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 309); Green value is 192 (75.39% from 255 or 62.14% from 309); Blue value is 115 (45.31% from 255 or 37.22% from 309); Max value from RGB is 192 - color contains mainly: green. Hex color #02C073 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02C073 is #FD3F8C. Grayscale: #7E7E7E. Windows color (decimal): -16596877 or 7585794. OLE color: 7585794.

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

Color convert

RGB 2 192 115 -
CMYK 0.99 0 0.40 0.25
HSL 155.68º 0.98% 0.38% -
HSV(B) 155.68º 0.99% 0.75% -
XYZ 21.97 38.95 22.58 -
YUV 126.41 121.55 39.26 -
System Red Green Blue C M Y K H S L
Decimal 2 192 115 0.99 0 0.40 0.25 155.68 0.98 0.38
Hex 2 C0 73 63 0 28 19 9C 62 26
Octal 2 300 163 143 0 50 31 234 142 46
Binary 10 11000000 1110011 1100011 0 101000 11001 10011100 1100010 100110

Color Harmonies of #02C073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02C073

Black with #02C073

Text Example


Text Example

White with #02C073

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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