#0CA501

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

Shades of Islamic Green #0CA501

Tints of Islamic Green #0CA501

Color information

#0CA501 (or 0x0CA501) is unknown color: approx Islamic Green. HEX triplet: 0C, A5 and 01. RGB value is (12,165,1). Sum of RGB (Red+Green+Blue) = 12+165+1=178 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.74% from 178); Green value is 165 (64.84% from 255 or 92.70% from 178); Blue value is 1 (0.78% from 255 or 0.56% from 178); Max value from RGB is 165 - color contains mainly: green. Hex color #0CA501 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0CA501 is #F35AFE. Grayscale: #656565. Windows color (decimal): -15948543 or 107788. OLE color: 107788.

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

Color convert

RGB121651-
CMYK0.9300.990.35
HSL115.98º98.8%32.55%-
HSV(B)115.98º99.39%64.71%-
XYZ13.6126.994.52-
YUV100.5671.8164.84-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.74%
GREEN value IS 165 (64.84% from 255) = 92.70%
BLUE value IS 1 (0.78% from 255) = 0.56%
R=6.74%
G=92.70%
B=0.56%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1216510.9300.990.35115.9898.832.55
HexCA515D06323746321
Octal14245113501434316414341
Binary110010100101110111010110001110001111101001100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CA501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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