#02C26B

Color #02C26B Jade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jade #02C26B

Tints of Jade #02C26B

Color information

#02C26B (or 0x02C26B) is unknown color: approx Jade. HEX triplet: 02, C2 and 6B. RGB value is (2,194,107). Sum of RGB (Red+Green+Blue) = 2+194+107=303 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 303); Green value is 194 (76.17% from 255 or 64.03% from 303); Blue value is 107 (42.19% from 255 or 35.31% from 303); Max value from RGB is 194 - color contains mainly: green. Hex color #02C26B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02C26B is #FD3D94. Grayscale: #7E7E7E. Windows color (decimal): -16596373 or 7062018. OLE color: 7062018.

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

Color convert

RGB2194107-
CMYK0.9900.450.24
HSL152.81º97.96%38.43%-
HSV(B)152.81º98.97%76.08%-
XYZ21.9739.6620.41-
YUV126.67116.8939.07-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.66%
GREEN value IS 194 (76.17% from 255) = 64.03%
BLUE value IS 107 (42.19% from 255) = 35.31%
R=0.66%
G=64.03%
B=35.31%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal21941070.9900.450.24152.8197.9638.43
Hex2C26B6302D18996226
Octal23021531430553023114246
Binary101100001011010111100011010110111000100110011100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02C26B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #02C26B;
 }
 .AnyTagClassName
 {
   color: #02C26B;
 }
</style>
background-color css

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

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

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

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

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

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