#07AD70

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

Shades of Jade #07AD70

Tints of Jade #07AD70

Color information

#07AD70 (or 0x07AD70) is unknown color: approx Jade. HEX triplet: 07, AD and 70. RGB value is (7,173,112). Sum of RGB (Red+Green+Blue) = 7+173+112=292 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.40% from 292); Green value is 173 (67.97% from 255 or 59.25% from 292); Blue value is 112 (44.14% from 255 or 38.36% from 292); Max value from RGB is 173 - color contains mainly: green. Hex color #07AD70 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07AD70 is #F8528F. Grayscale: #747474. Windows color (decimal): -16274064 or 7384327. OLE color: 7384327.

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

Color convert

RGB7173112-
CMYK0.9600.350.32
HSL157.95º92.22%35.29%-
HSV(B)157.95º95.95%67.84%-
XYZ17.9631.120.39-
YUV116.41125.549.96-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.40%
GREEN value IS 173 (67.97% from 255) = 59.25%
BLUE value IS 112 (44.14% from 255) = 38.36%
R=2.40%
G=59.25%
B=38.36%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal71731120.9600.350.32157.9592.2235.29
Hex7AD7060023209e5c23
Octal72551601400434023613443
Binary11110101101111000011000000100011100000100111101011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07AD70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,173,112); }

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

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

 a { background-color: rgb(7,173,112); }

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

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

 span { border-color: rgb(7,173,112); }

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