#1CA001

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

Shades of Islamic Green #1CA001

Tints of Islamic Green #1CA001

Color information

#1CA001 (or 0x1CA001) is unknown color: approx Islamic Green. HEX triplet: 1C, A0 and 01. RGB value is (28,160,1). Sum of RGB (Red+Green+Blue) = 28+160+1=189 (25% of max value = 765). Red value is 28 (11.33% from 255 or 14.81% from 189); Green value is 160 (62.89% from 255 or 84.66% from 189); Blue value is 1 (0.78% from 255 or 0.53% from 189); Max value from RGB is 160 - color contains mainly: green. Hex color #1CA001 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1CA001 is #E35FFE. Grayscale: #666666. Windows color (decimal): -14901247 or 106524. OLE color: 106524.

HSL color Cylindrical-coordinate representation of color #1CA001: hue angle of 109.81º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1CA001 is Cyan = 0.82, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.37.

Color convert

RGB281601-
CMYK0.8200.990.37
HSL109.81º98.76%31.57%-
HSV(B)109.81º99.37%62.75%-
XYZ13.0625.394.24-
YUV102.4170.7774.93-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 14.81%
GREEN value IS 160 (62.89% from 255) = 84.66%
BLUE value IS 1 (0.78% from 255) = 0.53%
R=14.81%
G=84.66%
B=0.53%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal2816010.8200.990.37109.8198.7631.57
Hex1CA0152063256e6320
Octal34240112201434515614340
Binary1110010100000110100100110001110010111011101100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CA001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,160,1); }

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

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

 a { background-color: rgb(28,160,1); }

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

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

 span { border-color: rgb(28,160,1); }

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