Html Css Color HEX #02C261 Jade

📋 copy color: '#02C261'

red 2 ◦ green 194 ◦ blue 97

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

Shades of Jade #02C261

Tints of Jade #02C261

RGB

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

 GREEN value IS 194 (76.17% from 255) = 66.21%

 BLUE value IS 97 (38.28% from 255) = 33.11%

R = 0.68%
G = 66.21%
B = 33.11%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#02C261 (or 0x02C261) is known color: Jade. HEX triplet: 02, C2 and 61. RGB value is (2,194,97). Sum of RGB (Red+Green+Blue) = 2+194+97=293 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 293); Green value is 194 (76.17% from 255 or 66.21% from 293); Blue value is 97 (38.28% from 255 or 33.11% from 293); Max value from RGB is 194 - color contains mainly: green. Hex color #02C261 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02C261 is #FD3D9E. Grayscale: #7D7D7D. Windows color (decimal): -16596383 or 6406658. OLE color: 6406658.

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

Color convert

RGB 2 194 97 -
CMYK 0.99 0 0.50 0.24
HSL 149.69º 0.98% 0.38% -
HSV(B) 149.69º 0.99% 0.76% -
XYZ 21.47 39.46 17.79 -
YUV 125.53 111.89 39.89 -
System Red Green Blue C M Y K H S L
Decimal 2 194 97 0.99 0 0.50 0.24 149.69 0.98 0.38
Hex 2 C2 61 63 0 32 18 96 62 26
Octal 2 302 141 143 0 62 30 226 142 46
Binary 10 11000010 1100001 1100011 0 110010 11000 10010110 1100010 100110

Color Harmonies of #02C261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02C261

Black with #02C261

Text Example


Text Example

White with #02C261

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,194,97); }

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

background-color css

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

 a { background-color: rgb(2,194,97); }

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

border-color css

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

 span { border-color: rgb(2,194,97); }

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