Html Css Color HEX #02C362 Jade

📋 copy color: '#02C362'

red 2 ◦ green 195 ◦ blue 98

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

Shades of Jade #02C362

Tints of Jade #02C362

RGB

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

 GREEN value IS 195 (76.56% from 255) = 66.1%

 BLUE value IS 98 (38.67% from 255) = 33.22%

R = 0.68%
G = 66.1%
B = 33.22%

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

#02C362 (or 0x02C362) is known color: Jade. HEX triplet: 02, C3 and 62. RGB value is (2,195,98). Sum of RGB (Red+Green+Blue) = 2+195+98=295 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 295); Green value is 195 (76.56% from 255 or 66.10% from 295); Blue value is 98 (38.67% from 255 or 33.22% from 295); Max value from RGB is 195 - color contains mainly: green. Hex color #02C362 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02C362 is #FD3C9D. Grayscale: #7E7E7E. Windows color (decimal): -16596126 or 6472450. OLE color: 6472450.

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

Color convert

RGB 2 195 98 -
CMYK 0.99 0 0.50 0.24
HSL 149.84º 0.98% 0.39% -
HSV(B) 149.84º 0.99% 0.76% -
XYZ 21.74 39.92 18.12 -
YUV 126.24 112.06 39.39 -
System Red Green Blue C M Y K H S L
Decimal 2 195 98 0.99 0 0.50 0.24 149.84 0.98 0.39
Hex 2 C3 62 63 0 32 18 96 62 27
Octal 2 303 142 143 0 62 30 226 142 47
Binary 10 11000011 1100010 1100011 0 110010 11000 10010110 1100010 100111

Color Harmonies of #02C362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02C362

Black with #02C362

Text Example


Text Example

White with #02C362

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,195,98); }

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

background-color css

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

 a { background-color: rgb(2,195,98); }

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

border-color css

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

 span { border-color: rgb(2,195,98); }

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