#1A9C02

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

Shades of Islamic Green #1A9C02

Tints of Islamic Green #1A9C02

Color information

#1A9C02 (or 0x1A9C02) is unknown color: approx Islamic Green. HEX triplet: 1A, 9C and 02. RGB value is (26,156,2). Sum of RGB (Red+Green+Blue) = 26+156+2=184 (24% of max value = 765). Red value is 26 (10.55% from 255 or 14.13% from 184); Green value is 156 (61.33% from 255 or 84.78% from 184); Blue value is 2 (1.17% from 255 or 1.09% from 184); Max value from RGB is 156 - color contains mainly: green. Hex color #1A9C02 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1A9C02 is #E563FD. Grayscale: #646464. Windows color (decimal): -15033342 or 171034. OLE color: 171034.

HSL color Cylindrical-coordinate representation of color #1A9C02: hue angle of 110.65º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1A9C02 is Cyan = 0.83, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.39.

Color convert

RGB261562-
CMYK0.8300.990.39
HSL110.65º97.47%30.98%-
HSV(B)110.65º98.72%61.18%-
XYZ12.33244.04-
YUV99.5772.9375.52-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 14.13%
GREEN value IS 156 (61.33% from 255) = 84.78%
BLUE value IS 2 (1.17% from 255) = 1.09%
R=14.13%
G=84.78%
B=1.09%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal2615620.8300.990.39110.6597.4730.98
Hex1A9C253063276f611f
Octal32234212301434715714137
Binary1101010011100101010011011000111001111101111110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A9C02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,156,2); }

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

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

 a { background-color: rgb(26,156,2); }

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

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

 span { border-color: rgb(26,156,2); }

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