#07AD44

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

Shades of Pigment Green #07AD44

Tints of Pigment Green #07AD44

Color information

#07AD44 (or 0x07AD44) is unknown color: approx Pigment Green. HEX triplet: 07, AD and 44. RGB value is (7,173,68). Sum of RGB (Red+Green+Blue) = 7+173+68=248 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.82% from 248); Green value is 173 (67.97% from 255 or 69.76% from 248); Blue value is 68 (26.95% from 255 or 27.42% from 248); Max value from RGB is 173 - color contains mainly: green. Hex color #07AD44 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #07AD44 is #F852BB. Grayscale: #6F6F6F. Windows color (decimal): -16274108 or 4500743. OLE color: 4500743.

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

Color convert

RGB717368-
CMYK0.9600.610.32
HSL142.05º92.22%35.29%-
HSV(B)142.05º95.95%67.84%-
XYZ16.0730.3510.48-
YUV111.4103.553.54-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.82%
GREEN value IS 173 (67.97% from 255) = 69.76%
BLUE value IS 68 (26.95% from 255) = 27.42%
R=2.82%
G=69.76%
B=27.42%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal7173680.9600.610.32142.0592.2235.29
Hex7AD446003D208e5c23
Octal72551041400754021613443
Binary11110101101100010011000000111101100000100011101011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07AD44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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