#0AC007

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

Shades of Islamic Green #0AC007

Tints of Islamic Green #0AC007

Color information

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

HSL color Cylindrical-coordinate representation of color #0AC007: hue angle of 119.03º 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 #0AC007 is Cyan = 0.95, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.25.

Color convert

RGB101927-
CMYK0.9500.960.25
HSL119.03º92.96%39.02%-
HSV(B)119.03º96.35%75.29%-
XYZ19.0137.786.49-
YUV116.4966.252.04-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1019270.9500.960.25119.0392.9639.02
HexAC075F06019775d27
Octal12300713701403116713547
Binary1010110000001111011111011000001100111101111011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AC007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0AC007; }

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

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

<style>
 a { background-color: #0AC007; }

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

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

<style>
 span { border-color: #0AC007; }

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

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