Html Css Color HEX #1AC000 Islamic Green

📋 copy color: '#1AC000'

red 26 ◦ green 192 ◦ blue 0

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

Shades of Islamic Green #1AC000

Tints of Islamic Green #1AC000

RGB

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

 GREEN value IS 192 (75.39% from 255) = 88.07%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 11.93%
G = 88.07%
B = 0%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#1AC000 (or 0x1AC000) is known color: Islamic Green. HEX triplet: 1A, C0 and 00. RGB value is (26,192,0). Sum of RGB (Red+Green+Blue) = 26+192+0=218 (28% of max value = 765). Red value is 26 (10.55% from 255 or 11.93% from 218); Green value is 192 (75.39% from 255 or 88.07% from 218); Blue value is 0 (0.39% from 255 or 0% from 218); Max value from RGB is 192 - color contains mainly: green. Hex color #1AC000 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1AC000 is #E53FFF. Grayscale: #797979. Windows color (decimal): -15024128 or 49178. OLE color: 49178.

HSL color Cylindrical-coordinate representation of color #1AC000: hue angle of 111.88º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1AC000 is Cyan = 0.86, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.25.

Color convert

RGB 26 192 0 -
CMYK 0.86 0 1 0.25
HSL 111.88º 1% 0.38% -
HSV(B) 111.88º 1% 0.75% -
XYZ 19.28 37.92 6.3 -
YUV 120.48 60 60.61 -
System Red Green Blue C M Y K H S L
Decimal 26 192 0 0.86 0 1 0.25 111.88 1 0.38
Hex 1A C0 0 56 0 64 19 70 64 26
Octal 32 300 0 126 0 144 31 160 144 46
Binary 11010 11000000 0 1010110 0 1100100 11001 1110000 1100100 100110

Color Harmonies of #1AC000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AC000

Black with #1AC000

Text Example


Text Example

White with #1AC000

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,192,0); }

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

background-color css

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

 a { background-color: rgb(26,192,0); }

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

border-color css

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

 span { border-color: rgb(26,192,0); }

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