#07C224

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

Shades of Dark Pastel Green #07C224

Tints of Dark Pastel Green #07C224

Color information

#07C224 (or 0x07C224) is unknown color: approx Dark Pastel Green. HEX triplet: 07, C2 and 24. RGB value is (7,194,36). Sum of RGB (Red+Green+Blue) = 7+194+36=237 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.95% from 237); Green value is 194 (76.17% from 255 or 81.86% from 237); Blue value is 36 (14.45% from 255 or 15.19% from 237); Max value from RGB is 194 - color contains mainly: green. Hex color #07C224 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07C224 is #F83DDB. Grayscale: #787878. Windows color (decimal): -16268764 or 2408967. OLE color: 2408967.

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

Color convert

RGB719436-
CMYK0.9600.810.24
HSL129.3º93.03%39.41%-
HSV(B)129.3º96.39%76.08%-
XYZ19.738.768.11-
YUV120.0880.5547.35-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.95%
GREEN value IS 194 (76.17% from 255) = 81.86%
BLUE value IS 36 (14.45% from 255) = 15.19%
R=2.95%
G=81.86%
B=15.19%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal7194360.9600.810.24129.393.0339.41
Hex7C2246005118815d27
Octal73024414001213020113547
Binary1111100001010010011000000101000111000100000011011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07C224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,194,36); }

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

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

 a { background-color: rgb(7,194,36); }

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

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

 span { border-color: rgb(7,194,36); }

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