Html Css Color HEX #1ABD0C Islamic Green

📋 copy color: '#1ABD0C'

red 26 ◦ green 189 ◦ blue 12

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

Shades of Islamic Green #1ABD0C

Tints of Islamic Green #1ABD0C

RGB

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

 GREEN value IS 189 (74.22% from 255) = 83.26%

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

R = 11.45%
G = 83.26%
B = 5.29%

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

#1ABD0C (or 0x1ABD0C) is known color: Islamic Green. HEX triplet: 1A, BD and 0C. RGB value is (26,189,12). Sum of RGB (Red+Green+Blue) = 26+189+12=227 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.45% from 227); Green value is 189 (74.22% from 255 or 83.26% from 227); Blue value is 12 (5.08% from 255 or 5.29% from 227); Max value from RGB is 189 - color contains mainly: green. Hex color #1ABD0C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ABD0C is #E542F3. Grayscale: #787878. Windows color (decimal): -15024884 or 834842. OLE color: 834842.

HSL color Cylindrical-coordinate representation of color #1ABD0C: hue angle of 115.25º 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 #1ABD0C is Cyan = 0.86, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.26.

Color convert

RGB 26 189 12 -
CMYK 0.86 0 0.94 0.26
HSL 115.25º 0.88% 0.39% -
HSV(B) 115.25º 0.94% 0.74% -
XYZ 18.69 36.64 6.44 -
YUV 120.09 67 60.89 -
System Red Green Blue C M Y K H S L
Decimal 26 189 12 0.86 0 0.94 0.26 115.25 0.88 0.39
Hex 1A BD C 56 0 5E 1A 73 58 27
Octal 32 275 14 126 0 136 32 163 130 47
Binary 11010 10111101 1100 1010110 0 1011110 11010 1110011 1011000 100111

Color Harmonies of #1ABD0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ABD0C

Black with #1ABD0C

Text Example


Text Example

White with #1ABD0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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