Html Css Color HEX #18AC14 Islamic Green

📋 copy color: '#18AC14'

red 24 ◦ green 172 ◦ blue 20

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

Shades of Islamic Green #18AC14

Tints of Islamic Green #18AC14

RGB

 RED value IS 24 (9.77% from 255) = 11.11%

 GREEN value IS 172 (67.58% from 255) = 79.63%

 BLUE value IS 20 (8.2% from 255) = 9.26%

R = 11.11%
G = 79.63%
B = 9.26%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#18AC14 (or 0x18AC14) is known color: Islamic Green. HEX triplet: 18, AC and 14. RGB value is (24,172,20). Sum of RGB (Red+Green+Blue) = 24+172+20=216 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.11% from 216); Green value is 172 (67.58% from 255 or 79.63% from 216); Blue value is 20 (8.20% from 255 or 9.26% from 216); Max value from RGB is 172 - color contains mainly: green. Hex color #18AC14 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #18AC14 is #E753EB. Grayscale: #6E6E6E. Windows color (decimal): -15160300 or 1354776. OLE color: 1354776.

HSL color Cylindrical-coordinate representation of color #18AC14: hue angle of 118.42º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18AC14 is Cyan = 0.86, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.33.

Color convert

RGB 24 172 20 -
CMYK 0.86 0 0.88 0.33
HSL 118.42º 0.79% 0.38% -
HSV(B) 118.42º 0.88% 0.67% -
XYZ 15.26 29.75 5.6 -
YUV 110.42 76.97 66.36 -
System Red Green Blue C M Y K H S L
Decimal 24 172 20 0.86 0 0.88 0.33 118.42 0.79 0.38
Hex 18 AC 14 56 0 58 21 76 4F 26
Octal 30 254 24 126 0 130 41 166 117 46
Binary 11000 10101100 10100 1010110 0 1011000 100001 1110110 1001111 100110

Color Harmonies of #18AC14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18AC14

Black with #18AC14

Text Example


Text Example

White with #18AC14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18AC14; }

 p { color: rgb(24,172,20); }

 H1.HeaderClassName
 {
   color: #18AC14;
 }
 .AnyTagClassName
 {
   color: #18AC14;
 }
</style>

background-color css

<style>
 a { background-color: #18AC14; }

 a { background-color: rgb(24,172,20); }

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

border-color css

<style>
 span { border-color: #18AC14; }

 span { border-color: rgb(24,172,20); }

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