Html Css Color HEX #18AF12 Islamic Green

📋 copy color: '#18AF12'

red 24 ◦ green 175 ◦ blue 18

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

Shades of Islamic Green #18AF12

Tints of Islamic Green #18AF12

RGB

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

 GREEN value IS 175 (68.75% from 255) = 80.65%

 BLUE value IS 18 (7.42% from 255) = 8.29%

R = 11.06%
G = 80.65%
B = 8.29%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#18AF12 (or 0x18AF12) is known color: Islamic Green. HEX triplet: 18, AF and 12. RGB value is (24,175,18). Sum of RGB (Red+Green+Blue) = 24+175+18=217 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.06% from 217); Green value is 175 (68.75% from 255 or 80.65% from 217); Blue value is 18 (7.42% from 255 or 8.29% from 217); Max value from RGB is 175 - color contains mainly: green. Hex color #18AF12 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #18AF12 is #E750ED. Grayscale: #707070. Windows color (decimal): -15159534 or 1224472. OLE color: 1224472.

HSL color Cylindrical-coordinate representation of color #18AF12: hue angle of 117.71º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18AF12 is Cyan = 0.86, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB 24 175 18 -
CMYK 0.86 0 0.90 0.31
HSL 117.71º 0.81% 0.38% -
HSV(B) 117.71º 0.9% 0.69% -
XYZ 15.82 30.9 5.7 -
YUV 111.95 74.97 65.27 -
System Red Green Blue C M Y K H S L
Decimal 24 175 18 0.86 0 0.90 0.31 117.71 0.81 0.38
Hex 18 AF 12 56 0 5A 1F 76 51 26
Octal 30 257 22 126 0 132 37 166 121 46
Binary 11000 10101111 10010 1010110 0 1011010 11111 1110110 1010001 100110

Color Harmonies of #18AF12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18AF12

Black with #18AF12

Text Example


Text Example

White with #18AF12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,175,18); }

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

background-color css

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

 a { background-color: rgb(24,175,18); }

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

border-color css

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

 span { border-color: rgb(24,175,18); }

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