Html Css Color HEX #02C074 Jade

📋 copy color: '#02C074'

red 2 ◦ green 192 ◦ blue 116

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

Shades of Jade #02C074

Tints of Jade #02C074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 37.42%

R = 0.65%
G = 61.94%
B = 37.42%

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

#02C074 (or 0x02C074) is known color: Jade. HEX triplet: 02, C0 and 74. RGB value is (2,192,116). Sum of RGB (Red+Green+Blue) = 2+192+116=310 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 310); Green value is 192 (75.39% from 255 or 61.94% from 310); Blue value is 116 (45.70% from 255 or 37.42% from 310); Max value from RGB is 192 - color contains mainly: green. Hex color #02C074 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02C074 is #FD3F8B. Grayscale: #7E7E7E. Windows color (decimal): -16596876 or 7651330. OLE color: 7651330.

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

Color convert

RGB 2 192 116 -
CMYK 0.99 0 0.40 0.25
HSL 156º 0.98% 0.38% -
HSV(B) 156º 0.99% 0.75% -
XYZ 22.03 38.97 22.88 -
YUV 126.53 122.05 39.18 -
System Red Green Blue C M Y K H S L
Decimal 2 192 116 0.99 0 0.40 0.25 156 0.98 0.38
Hex 2 C0 74 63 0 28 19 9C 62 26
Octal 2 300 164 143 0 50 31 234 142 46
Binary 10 11000000 1110100 1100011 0 101000 11001 10011100 1100010 100110

Color Harmonies of #02C074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02C074

Black with #02C074

Text Example


Text Example

White with #02C074

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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