#1CA205

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

Shades of Islamic Green #1CA205

Tints of Islamic Green #1CA205

Color information

#1CA205 (or 0x1CA205) is unknown color: approx Islamic Green. HEX triplet: 1C, A2 and 05. RGB value is (28,162,5). Sum of RGB (Red+Green+Blue) = 28+162+5=195 (25% of max value = 765). Red value is 28 (11.33% from 255 or 14.36% from 195); Green value is 162 (63.67% from 255 or 83.08% from 195); Blue value is 5 (2.34% from 255 or 2.56% from 195); Max value from RGB is 162 - color contains mainly: green. Hex color #1CA205 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1CA205 is #E35DFA. Grayscale: #686868. Windows color (decimal): -14900731 or 369180. OLE color: 369180.

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

Color convert

RGB281625-
CMYK0.8300.970.36
HSL111.21º94.01%32.75%-
HSV(B)111.21º96.91%63.53%-
XYZ13.4326.14.47-
YUV104.0472.1173.77-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 14.36%
GREEN value IS 162 (63.67% from 255) = 83.08%
BLUE value IS 5 (2.34% from 255) = 2.56%
R=14.36%
G=83.08%
B=2.56%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal2816250.8300.970.36111.2194.0132.75
Hex1CA2553061246f5e21
Octal34242512301414415713641
Binary111001010001010110100110110000110010011011111011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CA205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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