#0AC20F

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

Shades of Islamic Green #0AC20F

Tints of Islamic Green #0AC20F

Color information

#0AC20F (or 0x0AC20F) is unknown color: approx Islamic Green. HEX triplet: 0A, C2 and 0F. RGB value is (10,194,15). Sum of RGB (Red+Green+Blue) = 10+194+15=219 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.57% from 219); Green value is 194 (76.17% from 255 or 88.58% from 219); Blue value is 15 (6.25% from 255 or 6.85% from 219); Max value from RGB is 194 - color contains mainly: green. Hex color #0AC20F is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0AC20F is #F53DF0. Grayscale: #777777. Windows color (decimal): -16072177 or 1032714. OLE color: 1032714.

HSL color Cylindrical-coordinate representation of color #0AC20F: hue angle of 121.63º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AC20F is Cyan = 0.95, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.

Color convert

RGB1019415-
CMYK0.9500.920.24
HSL121.63º90.2%40%-
HSV(B)121.63º94.85%76.08%-
XYZ19.538.686.89-
YUV118.5869.5450.55-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.57%
GREEN value IS 194 (76.17% from 255) = 88.58%
BLUE value IS 15 (6.25% from 255) = 6.85%
R=4.57%
G=88.58%
B=6.85%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal10194150.9500.920.24121.6390.240
HexAC2F5F05C187a5a28
Octal123021713701343017213250
Binary10101100001011111011111010111001100011110101011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AC20F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,194,15); }

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

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

 a { background-color: rgb(10,194,15); }

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

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

 span { border-color: rgb(10,194,15); }

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