Html Css Color HEX #1AAD0C Islamic Green

📋 copy color: '#1AAD0C'

red 26 ◦ green 173 ◦ blue 12

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

Shades of Islamic Green #1AAD0C

Tints of Islamic Green #1AAD0C

RGB

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

 GREEN value IS 173 (67.97% from 255) = 81.99%

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

R = 12.32%
G = 81.99%
B = 5.69%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.93

 K value IS 0.32

RGB Variations

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

Color information

#1AAD0C (or 0x1AAD0C) is known color: Islamic Green. HEX triplet: 1A, AD and 0C. RGB value is (26,173,12). Sum of RGB (Red+Green+Blue) = 26+173+12=211 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.32% from 211); Green value is 173 (67.97% from 255 or 81.99% from 211); Blue value is 12 (5.08% from 255 or 5.69% from 211); Max value from RGB is 173 - color contains mainly: green. Hex color #1AAD0C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1AAD0C is #E552F3. Grayscale: #6F6F6F. Windows color (decimal): -15028980 or 830746. OLE color: 830746.

HSL color Cylindrical-coordinate representation of color #1AAD0C: hue angle of 114.78º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1AAD0C is Cyan = 0.85, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.32.

Color convert

RGB 26 173 12 -
CMYK 0.85 0 0.93 0.32
HSL 114.78º 0.87% 0.36% -
HSV(B) 114.78º 0.93% 0.68% -
XYZ 15.44 30.13 5.35 -
YUV 110.69 72.3 67.59 -
System Red Green Blue C M Y K H S L
Decimal 26 173 12 0.85 0 0.93 0.32 114.78 0.87 0.36
Hex 1A AD C 55 0 5D 20 73 57 24
Octal 32 255 14 125 0 135 40 163 127 44
Binary 11010 10101101 1100 1010101 0 1011101 100000 1110011 1010111 100100

Color Harmonies of #1AAD0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AAD0C

Black with #1AAD0C

Text Example


Text Example

White with #1AAD0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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