#0CA30F

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

Shades of Islamic Green #0CA30F

Tints of Islamic Green #0CA30F

Color information

#0CA30F (or 0x0CA30F) is unknown color: approx Islamic Green. HEX triplet: 0C, A3 and 0F. RGB value is (12,163,15). Sum of RGB (Red+Green+Blue) = 12+163+15=190 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.32% from 190); Green value is 163 (64.06% from 255 or 85.79% from 190); Blue value is 15 (6.25% from 255 or 7.89% from 190); Max value from RGB is 163 - color contains mainly: green. Hex color #0CA30F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0CA30F is #F35CF0. Grayscale: #656565. Windows color (decimal): -15949041 or 1024780. OLE color: 1024780.

HSL color Cylindrical-coordinate representation of color #0CA30F: hue angle of 121.19º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CA30F is Cyan = 0.93, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.36.

Color convert

RGB1216315-
CMYK0.9300.910.36
HSL121.19º86.29%34.31%-
HSV(B)121.19º92.64%63.92%-
XYZ13.3426.314.83-
YUV100.9879.4764.53-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.32%
GREEN value IS 163 (64.06% from 255) = 85.79%
BLUE value IS 15 (6.25% from 255) = 7.89%
R=6.32%
G=85.79%
B=7.89%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal12163150.9300.910.36121.1986.2934.31
HexCA3F5D05B24795622
Octal142431713501334417112642
Binary110010100011111110111010101101110010011110011010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CA30F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,163,15); }

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

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

 a { background-color: rgb(12,163,15); }

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

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

 span { border-color: rgb(12,163,15); }

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