#1CA201

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

Shades of Islamic Green #1CA201

Tints of Islamic Green #1CA201

Color information

#1CA201 (or 0x1CA201) is unknown color: approx Islamic Green. HEX triplet: 1C, A2 and 01. RGB value is (28,162,1). Sum of RGB (Red+Green+Blue) = 28+162+1=191 (25% of max value = 765). Red value is 28 (11.33% from 255 or 14.66% from 191); Green value is 162 (63.67% from 255 or 84.82% from 191); Blue value is 1 (0.78% from 255 or 0.52% from 191); Max value from RGB is 162 - color contains mainly: green. Hex color #1CA201 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1CA201 is #E35DFE. Grayscale: #686868. Windows color (decimal): -14900735 or 107036. OLE color: 107036.

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

Color convert

RGB281621-
CMYK0.8300.990.36
HSL109.94º98.77%31.96%-
HSV(B)109.94º99.38%63.53%-
XYZ13.426.094.36-
YUV103.5870.1174.09-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 14.66%
GREEN value IS 162 (63.67% from 255) = 84.82%
BLUE value IS 1 (0.78% from 255) = 0.52%
R=14.66%
G=84.82%
B=0.52%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal2816210.8300.990.36109.9498.7731.96
Hex1CA2153063246e6320
Octal34242112301434415614340
Binary1110010100010110100110110001110010011011101100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CA201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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