Html Css Color HEX #1AC201 Islamic Green

📋 copy color: '#1AC201'

red 26 ◦ green 194 ◦ blue 1

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

Shades of Islamic Green #1AC201

Tints of Islamic Green #1AC201

RGB

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

 GREEN value IS 194 (76.17% from 255) = 87.78%

 BLUE value IS 1 (0.78% from 255) = 0.45%

R = 11.76%
G = 87.78%
B = 0.45%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#1AC201 (or 0x1AC201) is known color: Islamic Green. HEX triplet: 1A, C2 and 01. RGB value is (26,194,1). Sum of RGB (Red+Green+Blue) = 26+194+1=221 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.76% from 221); Green value is 194 (76.17% from 255 or 87.78% from 221); Blue value is 1 (0.78% from 255 or 0.45% from 221); Max value from RGB is 194 - color contains mainly: green. Hex color #1AC201 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1AC201 is #E53DFE. Grayscale: #7A7A7A. Windows color (decimal): -15023615 or 115226. OLE color: 115226.

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

Color convert

RGB 26 194 1 -
CMYK 0.87 0 0.99 0.24
HSL 112.23º 0.99% 0.38% -
HSV(B) 112.23º 0.99% 0.76% -
XYZ 19.72 38.81 6.48 -
YUV 121.77 59.84 59.69 -
System Red Green Blue C M Y K H S L
Decimal 26 194 1 0.87 0 0.99 0.24 112.23 0.99 0.38
Hex 1A C2 1 57 0 63 18 70 63 26
Octal 32 302 1 127 0 143 30 160 143 46
Binary 11010 11000010 1 1010111 0 1100011 11000 1110000 1100011 100110

Color Harmonies of #1AC201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AC201

Black with #1AC201

Text Example


Text Example

White with #1AC201

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,194,1); }

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

background-color css

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

 a { background-color: rgb(26,194,1); }

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

border-color css

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

 span { border-color: rgb(26,194,1); }

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