Html Css Color HEX #1ABC0C Islamic Green

📋 copy color: '#1ABC0C'

red 26 ◦ green 188 ◦ blue 12

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

Shades of Islamic Green #1ABC0C

Tints of Islamic Green #1ABC0C

RGB

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

 GREEN value IS 188 (73.83% from 255) = 83.19%

 BLUE value IS 12 (5.08% from 255) = 5.31%

R = 11.5%
G = 83.19%
B = 5.31%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#1ABC0C (or 0x1ABC0C) is known color: Islamic Green. HEX triplet: 1A, BC and 0C. RGB value is (26,188,12). Sum of RGB (Red+Green+Blue) = 26+188+12=226 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.50% from 226); Green value is 188 (73.83% from 255 or 83.19% from 226); Blue value is 12 (5.08% from 255 or 5.31% from 226); Max value from RGB is 188 - color contains mainly: green. Hex color #1ABC0C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ABC0C is #E543F3. Grayscale: #787878. Windows color (decimal): -15025140 or 834586. OLE color: 834586.

HSL color Cylindrical-coordinate representation of color #1ABC0C: hue angle of 115.23º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1ABC0C is Cyan = 0.86, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.26.

Color convert

RGB 26 188 12 -
CMYK 0.86 0 0.94 0.26
HSL 115.23º 0.88% 0.39% -
HSV(B) 115.23º 0.94% 0.74% -
XYZ 18.48 36.21 6.36 -
YUV 119.5 67.33 61.31 -
System Red Green Blue C M Y K H S L
Decimal 26 188 12 0.86 0 0.94 0.26 115.23 0.88 0.39
Hex 1A BC C 56 0 5E 1A 73 58 27
Octal 32 274 14 126 0 136 32 163 130 47
Binary 11010 10111100 1100 1010110 0 1011110 11010 1110011 1011000 100111

Color Harmonies of #1ABC0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ABC0C

Black with #1ABC0C

Text Example


Text Example

White with #1ABC0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,188,12); }

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

background-color css

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

 a { background-color: rgb(26,188,12); }

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

border-color css

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

 span { border-color: rgb(26,188,12); }

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