Html Css Color HEX #1AAE0C Islamic Green

📋 copy color: '#1AAE0C'

red 26 ◦ green 174 ◦ blue 12

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

Shades of Islamic Green #1AAE0C

Tints of Islamic Green #1AAE0C

RGB

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

 GREEN value IS 174 (68.36% from 255) = 82.08%

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

R = 12.26%
G = 82.08%
B = 5.66%

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

#1AAE0C (or 0x1AAE0C) is known color: Islamic Green. HEX triplet: 1A, AE and 0C. RGB value is (26,174,12). Sum of RGB (Red+Green+Blue) = 26+174+12=212 (28% of max value = 765). Red value is 26 (10.55% from 255 or 12.26% from 212); Green value is 174 (68.36% from 255 or 82.08% from 212); Blue value is 12 (5.08% from 255 or 5.66% from 212); Max value from RGB is 174 - color contains mainly: green. Hex color #1AAE0C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1AAE0C is #E551F3. Grayscale: #6F6F6F. Windows color (decimal): -15028724 or 831002. OLE color: 831002.

HSL color Cylindrical-coordinate representation of color #1AAE0C: hue angle of 114.81º 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 #1AAE0C is Cyan = 0.85, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.32.

Color convert

RGB 26 174 12 -
CMYK 0.85 0 0.93 0.32
HSL 114.81º 0.87% 0.36% -
HSV(B) 114.81º 0.93% 0.68% -
XYZ 15.63 30.52 5.41 -
YUV 111.28 71.97 67.17 -
System Red Green Blue C M Y K H S L
Decimal 26 174 12 0.85 0 0.93 0.32 114.81 0.87 0.36
Hex 1A AE C 55 0 5D 20 73 57 24
Octal 32 256 14 125 0 135 40 163 127 44
Binary 11010 10101110 1100 1010101 0 1011101 100000 1110011 1010111 100100

Color Harmonies of #1AAE0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AAE0C

Black with #1AAE0C

Text Example


Text Example

White with #1AAE0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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