Html Css Color HEX #18AF13 Islamic Green

📋 copy color: '#18AF13'

red 24 ◦ green 175 ◦ blue 19

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

Shades of Islamic Green #18AF13

Tints of Islamic Green #18AF13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.72%

R = 11.01%
G = 80.28%
B = 8.72%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#18AF13 (or 0x18AF13) is known color: Islamic Green. HEX triplet: 18, AF and 13. RGB value is (24,175,19). Sum of RGB (Red+Green+Blue) = 24+175+19=218 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.01% from 218); Green value is 175 (68.75% from 255 or 80.28% from 218); Blue value is 19 (7.81% from 255 or 8.72% from 218); Max value from RGB is 175 - color contains mainly: green. Hex color #18AF13 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #18AF13 is #E750EC. Grayscale: #707070. Windows color (decimal): -15159533 or 1290008. OLE color: 1290008.

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

Color convert

RGB 24 175 19 -
CMYK 0.86 0 0.89 0.31
HSL 118.08º 0.8% 0.38% -
HSV(B) 118.08º 0.89% 0.69% -
XYZ 15.82 30.9 5.75 -
YUV 112.07 75.47 65.18 -
System Red Green Blue C M Y K H S L
Decimal 24 175 19 0.86 0 0.89 0.31 118.08 0.8 0.38
Hex 18 AF 13 56 0 59 1F 76 50 26
Octal 30 257 23 126 0 131 37 166 120 46
Binary 11000 10101111 10011 1010110 0 1011001 11111 1110110 1010000 100110

Color Harmonies of #18AF13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18AF13

Black with #18AF13

Text Example


Text Example

White with #18AF13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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