#07A13C

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

Shades of Pigment Green #07A13C

Tints of Pigment Green #07A13C

Color information

#07A13C (or 0x07A13C) is unknown color: approx Pigment Green. HEX triplet: 07, A1 and 3C. RGB value is (7,161,60). Sum of RGB (Red+Green+Blue) = 7+161+60=228 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.07% from 228); Green value is 161 (63.28% from 255 or 70.61% from 228); Blue value is 60 (23.83% from 255 or 26.32% from 228); Max value from RGB is 161 - color contains mainly: green. Hex color #07A13C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #07A13C is #F85EC3. Grayscale: #676767. Windows color (decimal): -16277188 or 3973383. OLE color: 3973383.

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

Color convert

RGB716160-
CMYK0.9600.630.37
HSL140.65º91.67%32.94%-
HSV(B)140.65º95.65%63.14%-
XYZ13.6525.868.55-
YUV103.44103.4859.21-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.07%
GREEN value IS 161 (63.28% from 255) = 70.61%
BLUE value IS 60 (23.83% from 255) = 26.32%
R=3.07%
G=70.61%
B=26.32%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal7161600.9600.630.37140.6591.6732.94
Hex7A13C6003F258d5c21
Octal7241741400774521513441
Binary1111010000111110011000000111111100101100011011011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07A13C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,161,60); }

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

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

 a { background-color: rgb(7,161,60); }

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

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

 span { border-color: rgb(7,161,60); }

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