Html Css Color HEX #1AC400 Islamic Green

📋 copy color: '#1AC400'

red 26 ◦ green 196 ◦ blue 0

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

Shades of Islamic Green #1AC400

Tints of Islamic Green #1AC400

RGB

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

 GREEN value IS 196 (76.95% from 255) = 88.29%

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

R = 11.71%
G = 88.29%
B = 0%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 1

 K value IS 0.23

RGB Variations

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

Color information

#1AC400 (or 0x1AC400) is known color: Islamic Green. HEX triplet: 1A, C4 and 00. RGB value is (26,196,0). Sum of RGB (Red+Green+Blue) = 26+196+0=222 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.71% from 222); Green value is 196 (76.95% from 255 or 88.29% from 222); Blue value is 0 (0.39% from 255 or 0% from 222); Max value from RGB is 196 - color contains mainly: green. Hex color #1AC400 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1AC400 is #E53BFF. Grayscale: #7B7B7B. Windows color (decimal): -15023104 or 50202. OLE color: 50202.

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

Color convert

RGB 26 196 0 -
CMYK 0.87 0 1 0.23
HSL 112.04º 1% 0.38% -
HSV(B) 112.04º 1% 0.77% -
XYZ 20.17 39.7 6.6 -
YUV 122.83 58.68 58.94 -
System Red Green Blue C M Y K H S L
Decimal 26 196 0 0.87 0 1 0.23 112.04 1 0.38
Hex 1A C4 0 57 0 64 17 70 64 26
Octal 32 304 0 127 0 144 27 160 144 46
Binary 11010 11000100 0 1010111 0 1100100 10111 1110000 1100100 100110

Color Harmonies of #1AC400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AC400

Black with #1AC400

Text Example


Text Example

White with #1AC400

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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