#07A46A

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

Shades of Jade #07A46A

Tints of Jade #07A46A

Color information

#07A46A (or 0x07A46A) is unknown color: approx Jade. HEX triplet: 07, A4 and 6A. RGB value is (7,164,106). Sum of RGB (Red+Green+Blue) = 7+164+106=277 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.53% from 277); Green value is 164 (64.45% from 255 or 59.21% from 277); Blue value is 106 (41.80% from 255 or 38.27% from 277); Max value from RGB is 164 - color contains mainly: green. Hex color #07A46A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07A46A is #F85B95. Grayscale: #6E6E6E. Windows color (decimal): -16276374 or 6988807. OLE color: 6988807.

HSL color Cylindrical-coordinate representation of color #07A46A: hue angle of 157.83º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07A46A is Cyan = 0.96, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.36.

Color convert

RGB7164106-
CMYK0.9600.350.36
HSL157.83º91.81%33.53%-
HSV(B)157.83º95.73%64.31%-
XYZ15.9627.6418.13-
YUV110.44125.4954.22-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.53%
GREEN value IS 164 (64.45% from 255) = 59.21%
BLUE value IS 106 (41.80% from 255) = 38.27%
R=2.53%
G=59.21%
B=38.27%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal71641060.9600.350.36157.8391.8133.53
Hex7A46A60023249e5c22
Octal72441521400434423613442
Binary11110100100110101011000000100011100100100111101011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07A46A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,164,106); }

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

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

 a { background-color: rgb(7,164,106); }

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

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

 span { border-color: rgb(7,164,106); }

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