#07A466

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

Shades of Jade #07A466

Tints of Jade #07A466

Color information

#07A466 (or 0x07A466) is unknown color: approx Jade. HEX triplet: 07, A4 and 66. RGB value is (7,164,102). Sum of RGB (Red+Green+Blue) = 7+164+102=273 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.56% from 273); Green value is 164 (64.45% from 255 or 60.07% from 273); Blue value is 102 (40.23% from 255 or 37.36% from 273); Max value from RGB is 164 - color contains mainly: green. Hex color #07A466 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07A466 is #F85B99. Grayscale: #6E6E6E. Windows color (decimal): -16276378 or 6726663. OLE color: 6726663.

HSL color Cylindrical-coordinate representation of color #07A466: hue angle of 156.31º 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 #07A466 is Cyan = 0.96, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.36.

Color convert

RGB7164102-
CMYK0.9600.380.36
HSL156.31º91.81%33.53%-
HSV(B)156.31º95.73%64.31%-
XYZ15.7627.5617.06-
YUV109.99123.4954.54-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.56%
GREEN value IS 164 (64.45% from 255) = 60.07%
BLUE value IS 102 (40.23% from 255) = 37.36%
R=2.56%
G=60.07%
B=37.36%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal71641020.9600.380.36156.3191.8133.53
Hex7A46660026249c5c22
Octal72441461400464423413442
Binary11110100100110011011000000100110100100100111001011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07A466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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