#0ca50f

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

Shades of Islamic Green #0CA50F

Tints of Islamic Green #0CA50F

Color information

#0CA50F (or 0x0CA50F) is unknown color: approx Islamic Green. HEX triplet: 0C, A5 and 0F. RGB value is (12,165,15). Sum of RGB (Red+Green+Blue) = 12+165+15=192 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.25% from 192); Green value is 165 (64.84% from 255 or 85.94% from 192); Blue value is 15 (6.25% from 255 or 7.81% from 192); Max value from RGB is 165 - color contains mainly: green. Hex color #0CA50F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0CA50F is #F35AF0. Grayscale: #666666. Windows color (decimal): -15948529 or 1025292. OLE color: 1025292.

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

Color convert

RGB1216515-
CMYK0.9300.910.35
HSL121.18º86.44%34.71%-
HSV(B)121.18º92.73%64.71%-
XYZ13.6927.024.95-
YUV102.1578.8163.7-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.25%
GREEN value IS 165 (64.84% from 255) = 85.94%
BLUE value IS 15 (6.25% from 255) = 7.81%
R=6.25%
G=85.94%
B=7.81%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal12165150.9300.910.35121.1886.4434.71
HexCA5F5D05B23795623
Octal142451713501334317112643
Binary110010100101111110111010101101110001111110011010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ca50f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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