#07C149

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

Shades of Dark Pastel Green #07C149

Tints of Dark Pastel Green #07C149

Color information

#07C149 (or 0x07C149) is unknown color: approx Dark Pastel Green. HEX triplet: 07, C1 and 49. RGB value is (7,193,73). Sum of RGB (Red+Green+Blue) = 7+193+73=273 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.56% from 273); Green value is 193 (75.78% from 255 or 70.70% from 273); Blue value is 73 (28.91% from 255 or 26.74% from 273); Max value from RGB is 193 - color contains mainly: green. Hex color #07C149 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07C149 is #F83EB6. Grayscale: #7B7B7B. Windows color (decimal): -16268983 or 4833543. OLE color: 4833543.

HSL color Cylindrical-coordinate representation of color #07C149: hue angle of 141.29º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07C149 is Cyan = 0.96, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB719373-
CMYK0.9600.620.24
HSL141.29º93%39.22%-
HSV(B)141.29º96.37%75.69%-
XYZ20.3638.6712.69-
YUV123.7199.3844.76-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.56%
GREEN value IS 193 (75.78% from 255) = 70.70%
BLUE value IS 73 (28.91% from 255) = 26.74%
R=2.56%
G=70.70%
B=26.74%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal7193730.9600.620.24141.299339.22
Hex7C1496003E188d5d27
Octal73011111400763021513547
Binary1111100000110010011100000011111011000100011011011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07C149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,193,73); }

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

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

 a { background-color: rgb(7,193,73); }

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

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

 span { border-color: rgb(7,193,73); }

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