#07C51A

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

Shades of Dark Pastel Green #07C51A

Tints of Dark Pastel Green #07C51A

Color information

#07C51A (or 0x07C51A) is unknown color: approx Dark Pastel Green. HEX triplet: 07, C5 and 1A. RGB value is (7,197,26). Sum of RGB (Red+Green+Blue) = 7+197+26=230 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.04% from 230); Green value is 197 (77.34% from 255 or 85.65% from 230); Blue value is 26 (10.55% from 255 or 11.30% from 230); Max value from RGB is 197 - color contains mainly: green. Hex color #07C51A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07C51A is #F83AE5. Grayscale: #797979. Windows color (decimal): -16268006 or 1754375. OLE color: 1754375.

HSL color Cylindrical-coordinate representation of color #07C51A: hue angle of 126º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07C51A is Cyan = 0.96, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.23.

Color convert

RGB719726-
CMYK0.9600.870.23
HSL126º93.14%40%-
HSV(B)126º96.45%77.25%-
XYZ20.2440.057.64-
YUV120.774.5546.9-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.04%
GREEN value IS 197 (77.34% from 255) = 85.65%
BLUE value IS 26 (10.55% from 255) = 11.30%
R=3.04%
G=85.65%
B=11.30%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal7197260.9600.870.2312693.1440
Hex7C51A60057177e5d28
Octal73053214001272717613550
Binary11111000101110101100000010101111011111111101011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07C51A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,197,26); }

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

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

 a { background-color: rgb(7,197,26); }

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

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

 span { border-color: rgb(7,197,26); }

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