Html Css Color HEX #1AC301 Islamic Green

📋 copy color: '#1AC301'

red 26 ◦ green 195 ◦ blue 1

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

Shades of Islamic Green #1AC301

Tints of Islamic Green #1AC301

RGB

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

 GREEN value IS 195 (76.56% from 255) = 87.84%

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

R = 11.71%
G = 87.84%
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

#1AC301 (or 0x1AC301) is known color: Islamic Green. HEX triplet: 1A, C3 and 01. RGB value is (26,195,1). Sum of RGB (Red+Green+Blue) = 26+195+1=222 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.71% from 222); Green value is 195 (76.56% from 255 or 87.84% from 222); Blue value is 1 (0.78% from 255 or 0.45% from 222); Max value from RGB is 195 - color contains mainly: green. Hex color #1AC301 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1AC301 is #E53CFE. Grayscale: #7A7A7A. Windows color (decimal): -15023359 or 115482. OLE color: 115482.

HSL color Cylindrical-coordinate representation of color #1AC301: hue angle of 112.27º 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 #1AC301 is Cyan = 0.87, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.

Color convert

RGB 26 195 1 -
CMYK 0.87 0 0.99 0.24
HSL 112.27º 0.99% 0.38% -
HSV(B) 112.27º 0.99% 0.76% -
XYZ 19.95 39.25 6.55 -
YUV 122.35 59.51 59.27 -
System Red Green Blue C M Y K H S L
Decimal 26 195 1 0.87 0 0.99 0.24 112.27 0.99 0.38
Hex 1A C3 1 57 0 63 18 70 63 26
Octal 32 303 1 127 0 143 30 160 143 46
Binary 11010 11000011 1 1010111 0 1100011 11000 1110000 1100011 100110

Color Harmonies of #1AC301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AC301

Black with #1AC301

Text Example


Text Example

White with #1AC301

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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