Html Css Color HEX #1AB614 Islamic Green

📋 copy color: '#1AB614'

red 26 ◦ green 182 ◦ blue 20

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

Shades of Islamic Green #1AB614

Tints of Islamic Green #1AB614

RGB

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

 GREEN value IS 182 (71.48% from 255) = 79.82%

 BLUE value IS 20 (8.2% from 255) = 8.77%

R = 11.4%
G = 79.82%
B = 8.77%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#1AB614 (or 0x1AB614) is known color: Islamic Green. HEX triplet: 1A, B6 and 14. RGB value is (26,182,20). Sum of RGB (Red+Green+Blue) = 26+182+20=228 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.40% from 228); Green value is 182 (71.48% from 255 or 79.82% from 228); Blue value is 20 (8.20% from 255 or 8.77% from 228); Max value from RGB is 182 - color contains mainly: green. Hex color #1AB614 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1AB614 is #E549EB. Grayscale: #757575. Windows color (decimal): -15026668 or 1357338. OLE color: 1357338.

HSL color Cylindrical-coordinate representation of color #1AB614: hue angle of 117.78º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AB614 is Cyan = 0.86, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.29.

Color convert

RGB 26 182 20 -
CMYK 0.86 0 0.89 0.29
HSL 117.78º 0.8% 0.4% -
HSV(B) 117.78º 0.89% 0.71% -
XYZ 17.28 33.73 6.26 -
YUV 116.89 73.32 63.17 -
System Red Green Blue C M Y K H S L
Decimal 26 182 20 0.86 0 0.89 0.29 117.78 0.8 0.4
Hex 1A B6 14 56 0 59 1D 76 50 28
Octal 32 266 24 126 0 131 35 166 120 50
Binary 11010 10110110 10100 1010110 0 1011001 11101 1110110 1010000 101000

Color Harmonies of #1AB614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AB614

Black with #1AB614

Text Example


Text Example

White with #1AB614

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,182,20); }

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

background-color css

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

 a { background-color: rgb(26,182,20); }

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

border-color css

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

 span { border-color: rgb(26,182,20); }

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