#07C163

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

Shades of Jade #07C163

Tints of Jade #07C163

Color information

#07C163 (or 0x07C163) is unknown color: approx Jade. HEX triplet: 07, C1 and 63. RGB value is (7,193,99). Sum of RGB (Red+Green+Blue) = 7+193+99=299 (39% of max value = 765). Red value is 7 (3.12% from 255 or 2.34% from 299); Green value is 193 (75.78% from 255 or 64.55% from 299); Blue value is 99 (39.06% from 255 or 33.11% from 299); Max value from RGB is 193 - color contains mainly: green. Hex color #07C163 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #07C163 is #F83E9C. Grayscale: #7E7E7E. Windows color (decimal): -16268957 or 6537479. OLE color: 6537479.

HSL color Cylindrical-coordinate representation of color #07C163: hue angle of 149.68º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07C163 is Cyan = 0.96, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.24.

Color convert

RGB719399-
CMYK0.9600.490.24
HSL149.68º93%39.22%-
HSV(B)149.68º96.37%75.69%-
XYZ21.4139.0918.22-
YUV126.67112.3842.64-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.34%
GREEN value IS 193 (75.78% from 255) = 64.55%
BLUE value IS 99 (39.06% from 255) = 33.11%
R=2.34%
G=64.55%
B=33.11%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal7193990.9600.490.24149.689339.22
Hex7C1636003118965d27
Octal73011431400613022613547
Binary1111100000111000111100000011000111000100101101011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07C163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07C163; }

 p { color: rgb(7,193,99); }

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

<style>
 a { background-color: #07C163; }

 a { background-color: rgb(7,193,99); }

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

<style>
 span { border-color: #07C163; }

 span { border-color: rgb(7,193,99); }

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