Html Css Color HEX #1AB212 Islamic Green

📋 copy color: '#1AB212'

red 26 ◦ green 178 ◦ blue 18

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

Shades of Islamic Green #1AB212

Tints of Islamic Green #1AB212

RGB

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

 GREEN value IS 178 (69.92% from 255) = 80.18%

 BLUE value IS 18 (7.42% from 255) = 8.11%

R = 11.71%
G = 80.18%
B = 8.11%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.90

 K value IS 0.30

RGB Variations

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

Color information

#1AB212 (or 0x1AB212) is known color: Islamic Green. HEX triplet: 1A, B2 and 12. RGB value is (26,178,18). Sum of RGB (Red+Green+Blue) = 26+178+18=222 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.71% from 222); Green value is 178 (69.92% from 255 or 80.18% from 222); Blue value is 18 (7.42% from 255 or 8.11% from 222); Max value from RGB is 178 - color contains mainly: green. Hex color #1AB212 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1AB212 is #E54DED. Grayscale: #727272. Windows color (decimal): -15027694 or 1225242. OLE color: 1225242.

HSL color Cylindrical-coordinate representation of color #1AB212: hue angle of 117º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1AB212 is Cyan = 0.85, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.30.

Color convert

RGB 26 178 18 -
CMYK 0.85 0 0.90 0.30
HSL 117º 0.82% 0.38% -
HSV(B) 117º 0.9% 0.7% -
XYZ 16.46 32.1 5.9 -
YUV 114.31 73.64 65.01 -
System Red Green Blue C M Y K H S L
Decimal 26 178 18 0.85 0 0.90 0.30 117 0.82 0.38
Hex 1A B2 12 55 0 5A 1E 75 52 26
Octal 32 262 22 125 0 132 36 165 122 46
Binary 11010 10110010 10010 1010101 0 1011010 11110 1110101 1010010 100110

Color Harmonies of #1AB212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AB212

Black with #1AB212

Text Example


Text Example

White with #1AB212

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,178,18); }

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

background-color css

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

 a { background-color: rgb(26,178,18); }

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

border-color css

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

 span { border-color: rgb(26,178,18); }

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