Html Css Color HEX #1AC206 Islamic Green

📋 copy color: '#1AC206'

red 26 ◦ green 194 ◦ blue 6

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

Shades of Islamic Green #1AC206

Tints of Islamic Green #1AC206

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.65%

R = 11.5%
G = 85.84%
B = 2.65%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#1AC206 (or 0x1AC206) is known color: Islamic Green. HEX triplet: 1A, C2 and 06. RGB value is (26,194,6). Sum of RGB (Red+Green+Blue) = 26+194+6=226 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.50% from 226); Green value is 194 (76.17% from 255 or 85.84% from 226); Blue value is 6 (2.73% from 255 or 2.65% from 226); Max value from RGB is 194 - color contains mainly: green. Hex color #1AC206 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1AC206 is #E53DF9. Grayscale: #7A7A7A. Windows color (decimal): -15023610 or 442906. OLE color: 442906.

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

Color convert

RGB 26 194 6 -
CMYK 0.87 0 0.97 0.24
HSL 113.62º 0.94% 0.39% -
HSV(B) 113.62º 0.97% 0.76% -
XYZ 19.75 38.82 6.62 -
YUV 122.34 62.34 59.29 -
System Red Green Blue C M Y K H S L
Decimal 26 194 6 0.87 0 0.97 0.24 113.62 0.94 0.39
Hex 1A C2 6 57 0 61 18 72 5E 27
Octal 32 302 6 127 0 141 30 162 136 47
Binary 11010 11000010 110 1010111 0 1100001 11000 1110010 1011110 100111

Color Harmonies of #1AC206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AC206

Black with #1AC206

Text Example


Text Example

White with #1AC206

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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