#1CA30A

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

Shades of Islamic Green #1CA30A

Tints of Islamic Green #1CA30A

Color information

#1CA30A (or 0x1CA30A) is unknown color: approx Islamic Green. HEX triplet: 1C, A3 and 0A. RGB value is (28,163,10). Sum of RGB (Red+Green+Blue) = 28+163+10=201 (26% of max value = 765). Red value is 28 (11.33% from 255 or 13.93% from 201); Green value is 163 (64.06% from 255 or 81.09% from 201); Blue value is 10 (4.30% from 255 or 4.98% from 201); Max value from RGB is 163 - color contains mainly: green. Hex color #1CA30A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1CA30A is #E35CF5. Grayscale: #696969. Windows color (decimal): -14900470 or 697116. OLE color: 697116.

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

Color convert

RGB2816310-
CMYK0.8300.940.36
HSL112.94º88.44%33.92%-
HSV(B)112.94º93.87%63.92%-
XYZ13.6326.464.68-
YUV105.1974.2772.94-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 13.93%
GREEN value IS 163 (64.06% from 255) = 81.09%
BLUE value IS 10 (4.30% from 255) = 4.98%
R=13.93%
G=81.09%
B=4.98%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal28163100.8300.940.36112.9488.4433.92
Hex1CA3A5305E24715822
Octal342431212301364416113042
Binary1110010100011101010100110101111010010011100011011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CA30A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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