Html Css Color HEX #1A990A Islamic Green

📋 copy color: '#1A990A'

red 26 ◦ green 153 ◦ blue 10

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

Shades of Islamic Green #1A990A

Tints of Islamic Green #1A990A

RGB

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

 GREEN value IS 153 (60.16% from 255) = 80.95%

 BLUE value IS 10 (4.3% from 255) = 5.29%

R = 13.76%
G = 80.95%
B = 5.29%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.93

 K value IS 0.4

RGB Variations

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

Color information

#1A990A (or 0x1A990A) is known color: Islamic Green. HEX triplet: 1A, 99 and 0A. RGB value is (26,153,10). Sum of RGB (Red+Green+Blue) = 26+153+10=189 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.76% from 189); Green value is 153 (60.16% from 255 or 80.95% from 189); Blue value is 10 (4.30% from 255 or 5.29% from 189); Max value from RGB is 153 - color contains mainly: green. Hex color #1A990A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1A990A is #E566F5. Grayscale: #636363. Windows color (decimal): -15034102 or 694554. OLE color: 694554.

HSL color Cylindrical-coordinate representation of color #1A990A: hue angle of 113.29º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1A990A is Cyan = 0.83, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.4.

Color convert

RGB 26 153 10 -
CMYK 0.83 0 0.93 0.4
HSL 113.29º 0.88% 0.32% -
HSV(B) 113.29º 0.93% 0.6% -
XYZ 11.87 23.02 4.11 -
YUV 98.73 77.92 76.13 -
System Red Green Blue C M Y K H S L
Decimal 26 153 10 0.83 0 0.93 0.4 113.29 0.88 0.32
Hex 1A 99 A 53 0 5D 28 71 58 20
Octal 32 231 12 123 0 135 50 161 130 40
Binary 11010 10011001 1010 1010011 0 1011101 101000 1110001 1011000 100000

Color Harmonies of #1A990A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A990A

Black with #1A990A

Text Example


Text Example

White with #1A990A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,153,10); }

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

background-color css

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

 a { background-color: rgb(26,153,10); }

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

border-color css

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

 span { border-color: rgb(26,153,10); }

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