#07AE6C

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

Shades of Jade #07AE6C

Tints of Jade #07AE6C

Color information

#07AE6C (or 0x07AE6C) is unknown color: approx Jade. HEX triplet: 07, AE and 6C. RGB value is (7,174,108). Sum of RGB (Red+Green+Blue) = 7+174+108=289 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.42% from 289); Green value is 174 (68.36% from 255 or 60.21% from 289); Blue value is 108 (42.58% from 255 or 37.37% from 289); Max value from RGB is 174 - color contains mainly: green. Hex color #07AE6C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07AE6C is #F85193. Grayscale: #747474. Windows color (decimal): -16273812 or 7122439. OLE color: 7122439.

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

Color convert

RGB7174108-
CMYK0.9600.380.32
HSL156.29º92.27%35.49%-
HSV(B)156.29º95.98%68.24%-
XYZ17.9331.419.3-
YUV116.54123.1749.87-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.42%
GREEN value IS 174 (68.36% from 255) = 60.21%
BLUE value IS 108 (42.58% from 255) = 37.37%
R=2.42%
G=60.21%
B=37.37%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal71741080.9600.380.32156.2992.2735.49
Hex7AE6C60026209c5c23
Octal72561541400464023413443
Binary11110101110110110011000000100110100000100111001011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07AE6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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