#07A95F

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

Shades of Shamrock Green #07A95F

Tints of Shamrock Green #07A95F

Color information

#07A95F (or 0x07A95F) is unknown color: approx Shamrock Green. HEX triplet: 07, A9 and 5F. RGB value is (7,169,95). Sum of RGB (Red+Green+Blue) = 7+169+95=271 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.58% from 271); Green value is 169 (66.41% from 255 or 62.36% from 271); Blue value is 95 (37.5% from 255 or 35.06% from 271); Max value from RGB is 169 - color contains mainly: green. Hex color #07A95F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07A95F is #F856A0. Grayscale: #707070. Windows color (decimal): -16275105 or 6269191. OLE color: 6269191.

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

Color convert

RGB716995-
CMYK0.9600.440.34
HSL152.59º92.05%34.51%-
HSV(B)152.59º95.86%66.27%-
XYZ16.3429.2515.61-
YUV112.13118.3353.02-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.58%
GREEN value IS 169 (66.41% from 255) = 62.36%
BLUE value IS 95 (37.5% from 255) = 35.06%
R=2.58%
G=62.36%
B=35.06%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal7169950.9600.440.34152.5992.0534.51
Hex7A95F6002C22995c23
Octal72511371400544223113443
Binary11110101001101111111000000101100100010100110011011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07A95F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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