#07A85F

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

Shades of Shamrock Green #07A85F

Tints of Shamrock Green #07A85F

Color information

#07A85F (or 0x07A85F) is unknown color: approx Shamrock Green. HEX triplet: 07, A8 and 5F. RGB value is (7,168,95). Sum of RGB (Red+Green+Blue) = 7+168+95=270 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.59% from 270); Green value is 168 (66.02% from 255 or 62.22% from 270); Blue value is 95 (37.5% from 255 or 35.19% from 270); Max value from RGB is 168 - color contains mainly: green. Hex color #07A85F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07A85F is #F857A0. Grayscale: #6F6F6F. Windows color (decimal): -16275361 or 6268935. OLE color: 6268935.

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

Color convert

RGB716895-
CMYK0.9600.430.34
HSL152.8º92%34.31%-
HSV(B)152.8º95.83%65.88%-
XYZ16.1628.8815.55-
YUV111.54118.6653.44-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.59%
GREEN value IS 168 (66.02% from 255) = 62.22%
BLUE value IS 95 (37.5% from 255) = 35.19%
R=2.59%
G=62.22%
B=35.19%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal7168950.9600.430.34152.89234.31
Hex7A85F6002B22995c22
Octal72501371400534223113442
Binary11110101000101111111000000101011100010100110011011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07A85F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,168,95); }

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

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

 a { background-color: rgb(7,168,95); }

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

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

 span { border-color: rgb(7,168,95); }

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