#1CA60A

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

Shades of Islamic Green #1CA60A

Tints of Islamic Green #1CA60A

Color information

#1CA60A (or 0x1CA60A) is unknown color: approx Islamic Green. HEX triplet: 1C, A6 and 0A. RGB value is (28,166,10). Sum of RGB (Red+Green+Blue) = 28+166+10=204 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.73% from 204); Green value is 166 (65.23% from 255 or 81.37% from 204); Blue value is 10 (4.30% from 255 or 4.90% from 204); Max value from RGB is 166 - color contains mainly: green. Hex color #1CA60A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1CA60A is #E359F5. Grayscale: #6B6B6B. Windows color (decimal): -14899702 or 697884. OLE color: 697884.

HSL color Cylindrical-coordinate representation of color #1CA60A: hue angle of 113.08º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1CA60A is Cyan = 0.83, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.35.

Color convert

RGB2816610-
CMYK0.8300.940.35
HSL113.08º88.64%34.51%-
HSV(B)113.08º93.98%65.1%-
XYZ14.1727.544.86-
YUV106.9573.2871.68-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 13.73%
GREEN value IS 166 (65.23% from 255) = 81.37%
BLUE value IS 10 (4.30% from 255) = 4.90%
R=13.73%
G=81.37%
B=4.90%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal28166100.8300.940.35113.0888.6434.51
Hex1CA6A5305E23715923
Octal342461212301364316113143
Binary1110010100110101010100110101111010001111100011011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CA60A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1CA60A; }

 p { color: rgb(28,166,10); }

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

<style>
 a { background-color: #1CA60A; }

 a { background-color: rgb(28,166,10); }

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

<style>
 span { border-color: #1CA60A; }

 span { border-color: rgb(28,166,10); }

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