#1A9202

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

Shades of Islamic Green #1A9202

Tints of Islamic Green #1A9202

Color information

#1A9202 (or 0x1A9202) is unknown color: approx Islamic Green. HEX triplet: 1A, 92 and 02. RGB value is (26,146,2). Sum of RGB (Red+Green+Blue) = 26+146+2=174 (23% of max value = 765). Red value is 26 (10.55% from 255 or 14.94% from 174); Green value is 146 (57.42% from 255 or 83.91% from 174); Blue value is 2 (1.17% from 255 or 1.15% from 174); Max value from RGB is 146 - color contains mainly: green. Hex color #1A9202 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1A9202 is #E56DFD. Grayscale: #5E5E5E. Windows color (decimal): -15035902 or 168474. OLE color: 168474.

HSL color Cylindrical-coordinate representation of color #1A9202: hue angle of 110º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1A9202 is Cyan = 0.82, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.43.

Color convert

RGB261462-
CMYK0.8200.990.43
HSL110º97.3%29.02%-
HSV(B)110º98.63%57.25%-
XYZ10.7220.783.5-
YUV93.776.2479.71-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 14.94%
GREEN value IS 146 (57.42% from 255) = 83.91%
BLUE value IS 2 (1.17% from 255) = 1.15%
R=14.94%
G=83.91%
B=1.15%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal2614620.8200.990.4311097.329.02
Hex1A922520632B6e611d
Octal32222212201435315614135
Binary1101010010010101010010011000111010111101110110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A9202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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