#1CA30C

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

Shades of Islamic Green #1CA30C

Tints of Islamic Green #1CA30C

Color information

#1CA30C (or 0x1CA30C) is unknown color: approx Islamic Green. HEX triplet: 1C, A3 and 0C. RGB value is (28,163,12). Sum of RGB (Red+Green+Blue) = 28+163+12=203 (26% of max value = 765). Red value is 28 (11.33% from 255 or 13.79% from 203); Green value is 163 (64.06% from 255 or 80.30% from 203); Blue value is 12 (5.08% from 255 or 5.91% from 203); Max value from RGB is 163 - color contains mainly: green. Hex color #1CA30C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1CA30C is #E35CF3. Grayscale: #696969. Windows color (decimal): -14900468 or 828188. OLE color: 828188.

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

Color convert

RGB2816312-
CMYK0.8300.930.36
HSL113.64º86.29%34.31%-
HSV(B)113.64º92.64%63.92%-
XYZ13.6426.474.74-
YUV105.4275.2772.78-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 13.79%
GREEN value IS 163 (64.06% from 255) = 80.30%
BLUE value IS 12 (5.08% from 255) = 5.91%
R=13.79%
G=80.30%
B=5.91%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal28163120.8300.930.36113.6486.2934.31
Hex1CA3C5305D24725622
Octal342431412301354416212642
Binary1110010100011110010100110101110110010011100101010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CA30C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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