#07C00A

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

Shades of Islamic Green #07C00A

Tints of Islamic Green #07C00A

Color information

#07C00A (or 0x07C00A) is unknown color: approx Islamic Green. HEX triplet: 07, C0 and 0A. RGB value is (7,192,10). Sum of RGB (Red+Green+Blue) = 7+192+10=209 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.35% from 209); Green value is 192 (75.39% from 255 or 91.87% from 209); Blue value is 10 (4.30% from 255 or 4.78% from 209); Max value from RGB is 192 - color contains mainly: green. Hex color #07C00A is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #07C00A is #F83FF5. Grayscale: #747474. Windows color (decimal): -16269302 or 704519. OLE color: 704519.

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

Color convert

RGB719210-
CMYK0.9600.950.25
HSL120.97º92.96%39.02%-
HSV(B)120.97º96.35%75.29%-
XYZ18.9937.776.58-
YUV115.9468.2150.3-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.35%
GREEN value IS 192 (75.39% from 255) = 91.87%
BLUE value IS 10 (4.30% from 255) = 4.78%
R=3.35%
G=91.87%
B=4.78%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal7192100.9600.950.25120.9792.9639.02
Hex7C0A6005F19795d27
Octal73001214001373117113547
Binary1111100000010101100000010111111100111110011011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07C00A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,192,10); }

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

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

 a { background-color: rgb(7,192,10); }

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

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

 span { border-color: rgb(7,192,10); }

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