Html Css Color HEX #1A9502 Islamic Green

📋 copy color: '#1A9502'

red 26 ◦ green 149 ◦ blue 2

#1A9502
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Islamic Green #1A9502

Tints of Islamic Green #1A9502

RGB

 RED value IS 26 (10.55% from 255) = 14.69%

 GREEN value IS 149 (58.59% from 255) = 84.18%

 BLUE value IS 2 (1.17% from 255) = 1.13%

R = 14.69%
G = 84.18%
B = 1.13%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#1A9502 (or 0x1A9502) is known color: Islamic Green. HEX triplet: 1A, 95 and 02. RGB value is (26,149,2). Sum of RGB (Red+Green+Blue) = 26+149+2=177 (23% of max value = 765). Red value is 26 (10.55% from 255 or 14.69% from 177); Green value is 149 (58.59% from 255 or 84.18% from 177); Blue value is 2 (1.17% from 255 or 1.13% from 177); Max value from RGB is 149 - color contains mainly: green. Hex color #1A9502 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1A9502 is #E56AFD. Grayscale: #5F5F5F. Windows color (decimal): -15035134 or 169242. OLE color: 169242.

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

Color convert

RGB 26 149 2 -
CMYK 0.83 0 0.99 0.42
HSL 110.2º 0.97% 0.3% -
HSV(B) 110.2º 0.99% 0.58% -
XYZ 11.18 21.72 3.66 -
YUV 95.47 75.25 78.45 -
System Red Green Blue C M Y K H S L
Decimal 26 149 2 0.83 0 0.99 0.42 110.2 0.97 0.3
Hex 1A 95 2 53 0 63 2A 6E 61 1E
Octal 32 225 2 123 0 143 52 156 141 36
Binary 11010 10010101 10 1010011 0 1100011 101010 1101110 1100001 11110

Color Harmonies of #1A9502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A9502

Black with #1A9502

Text Example


Text Example

White with #1A9502

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1A9502;
 }
 .AnyTagClassName
 {
   color: #1A9502;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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