#1CA90A

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

Shades of Islamic Green #1CA90A

Tints of Islamic Green #1CA90A

Color information

#1CA90A (or 0x1CA90A) is unknown color: approx Islamic Green. HEX triplet: 1C, A9 and 0A. RGB value is (28,169,10). Sum of RGB (Red+Green+Blue) = 28+169+10=207 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.53% from 207); Green value is 169 (66.41% from 255 or 81.64% from 207); Blue value is 10 (4.30% from 255 or 4.83% from 207); Max value from RGB is 169 - color contains mainly: green. Hex color #1CA90A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1CA90A is #E356F5. Grayscale: #6D6D6D. Windows color (decimal): -14898934 or 698652. OLE color: 698652.

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

Color convert

RGB2816910-
CMYK0.8300.940.34
HSL113.21º88.83%35.1%-
HSV(B)113.21º94.08%66.27%-
XYZ14.7228.645.04-
YUV108.7172.2970.43-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 13.53%
GREEN value IS 169 (66.41% from 255) = 81.64%
BLUE value IS 10 (4.30% from 255) = 4.83%
R=13.53%
G=81.64%
B=4.83%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal28169100.8300.940.34113.2188.8335.1
Hex1CA9A5305E22715923
Octal342511212301364216113143
Binary1110010101001101010100110101111010001011100011011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CA90A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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