Html Css Color HEX #02C467 Jade

📋 copy color: '#02C467'

red 2 ◦ green 196 ◦ blue 103

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

Shades of Jade #02C467

Tints of Jade #02C467

RGB

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

 GREEN value IS 196 (76.95% from 255) = 65.12%

 BLUE value IS 103 (40.63% from 255) = 34.22%

R = 0.66%
G = 65.12%
B = 34.22%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.47

 K value IS 0.23

RGB Variations

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

Color information

#02C467 (or 0x02C467) is known color: Jade. HEX triplet: 02, C4 and 67. RGB value is (2,196,103). Sum of RGB (Red+Green+Blue) = 2+196+103=301 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 301); Green value is 196 (76.95% from 255 or 65.12% from 301); Blue value is 103 (40.62% from 255 or 34.22% from 301); Max value from RGB is 196 - color contains mainly: green. Hex color #02C467 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02C467 is #FD3B98. Grayscale: #7F7F7F. Windows color (decimal): -16595865 or 6800386. OLE color: 6800386.

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

Color convert

RGB 2 196 103 -
CMYK 0.99 0 0.47 0.23
HSL 151.24º 0.98% 0.39% -
HSV(B) 151.24º 0.99% 0.77% -
XYZ 22.21 40.47 19.47 -
YUV 127.39 114.23 38.56 -
System Red Green Blue C M Y K H S L
Decimal 2 196 103 0.99 0 0.47 0.23 151.24 0.98 0.39
Hex 2 C4 67 63 0 2F 17 97 62 27
Octal 2 304 147 143 0 57 27 227 142 47
Binary 10 11000100 1100111 1100011 0 101111 10111 10010111 1100010 100111

Color Harmonies of #02C467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02C467

Black with #02C467

Text Example


Text Example

White with #02C467

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,196,103); }

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

background-color css

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

 a { background-color: rgb(2,196,103); }

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

border-color css

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

 span { border-color: rgb(2,196,103); }

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