Html Css Color HEX #1AC502 Islamic Green

📋 copy color: '#1AC502'

red 26 ◦ green 197 ◦ blue 2

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

Shades of Islamic Green #1AC502

Tints of Islamic Green #1AC502

RGB

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

 GREEN value IS 197 (77.34% from 255) = 87.56%

 BLUE value IS 2 (1.17% from 255) = 0.89%

R = 11.56%
G = 87.56%
B = 0.89%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#1AC502 (or 0x1AC502) is known color: Islamic Green. HEX triplet: 1A, C5 and 02. RGB value is (26,197,2). Sum of RGB (Red+Green+Blue) = 26+197+2=225 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.56% from 225); Green value is 197 (77.34% from 255 or 87.56% from 225); Blue value is 2 (1.17% from 255 or 0.89% from 225); Max value from RGB is 197 - color contains mainly: green. Hex color #1AC502 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1AC502 is #E53AFD. Grayscale: #7C7C7C. Windows color (decimal): -15022846 or 181530. OLE color: 181530.

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

Color convert

RGB 26 197 2 -
CMYK 0.87 0 0.99 0.23
HSL 112.62º 0.98% 0.39% -
HSV(B) 112.62º 0.99% 0.77% -
XYZ 20.4 40.16 6.73 -
YUV 123.64 59.35 58.36 -
System Red Green Blue C M Y K H S L
Decimal 26 197 2 0.87 0 0.99 0.23 112.62 0.98 0.39
Hex 1A C5 2 57 0 63 17 71 62 27
Octal 32 305 2 127 0 143 27 161 142 47
Binary 11010 11000101 10 1010111 0 1100011 10111 1110001 1100010 100111

Color Harmonies of #1AC502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AC502

Black with #1AC502

Text Example


Text Example

White with #1AC502

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,197,2); }

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

background-color css

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

 a { background-color: rgb(26,197,2); }

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

border-color css

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

 span { border-color: rgb(26,197,2); }

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