#07AE7A

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

Shades of Jade #07AE7A

Tints of Jade #07AE7A

Color information

#07AE7A (or 0x07AE7A) is unknown color: approx Jade. HEX triplet: 07, AE and 7A. RGB value is (7,174,122). Sum of RGB (Red+Green+Blue) = 7+174+122=303 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.31% from 303); Green value is 174 (68.36% from 255 or 57.43% from 303); Blue value is 122 (48.05% from 255 or 40.26% from 303); Max value from RGB is 174 - color contains mainly: green. Hex color #07AE7A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07AE7A is #F85185. Grayscale: #767676. Windows color (decimal): -16273798 or 8039943. OLE color: 8039943.

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

Color convert

RGB7174122-
CMYK0.9600.300.32
HSL161.32º92.27%35.49%-
HSV(B)161.32º95.98%68.24%-
XYZ18.7431.7223.55-
YUV118.14130.1748.73-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.31%
GREEN value IS 174 (68.36% from 255) = 57.43%
BLUE value IS 122 (48.05% from 255) = 40.26%
R=2.31%
G=57.43%
B=40.26%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal71741220.9600.300.32161.3292.2735.49
Hex7AE7A6001E20a15c23
Octal72561721400364024113443
Binary1111010111011110101100000011110100000101000011011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07AE7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,174,122); }

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

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

 a { background-color: rgb(7,174,122); }

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

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

 span { border-color: rgb(7,174,122); }

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