#0CA518

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

Shades of Islamic Green #0CA518

Tints of Islamic Green #0CA518

Color information

#0CA518 (or 0x0CA518) is unknown color: approx Islamic Green. HEX triplet: 0C, A5 and 18. RGB value is (12,165,24). Sum of RGB (Red+Green+Blue) = 12+165+24=201 (26% of max value = 765). Red value is 12 (5.08% from 255 or 5.97% from 201); Green value is 165 (64.84% from 255 or 82.09% from 201); Blue value is 24 (9.77% from 255 or 11.94% from 201); Max value from RGB is 165 - color contains mainly: green. Hex color #0CA518 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0CA518 is #F35AE7. Grayscale: #676767. Windows color (decimal): -15948520 or 1615116. OLE color: 1615116.

HSL color Cylindrical-coordinate representation of color #0CA518: hue angle of 124.71º 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 #0CA518 is Cyan = 0.93, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.35.

Color convert

RGB1216524-
CMYK0.9300.850.35
HSL124.71º86.44%34.71%-
HSV(B)124.71º92.73%64.71%-
XYZ13.7727.055.36-
YUV103.1883.3162.96-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.97%
GREEN value IS 165 (64.84% from 255) = 82.09%
BLUE value IS 24 (9.77% from 255) = 11.94%
R=5.97%
G=82.09%
B=11.94%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal12165240.9300.850.35124.7186.4434.71
HexCA5185D055237d5623
Octal142453013501254317512643
Binary1100101001011100010111010101010110001111111011010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CA518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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