Html Css Color HEX #18AF15 Islamic Green

📋 copy color: '#18AF15'

red 24 ◦ green 175 ◦ blue 21

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

Shades of Islamic Green #18AF15

Tints of Islamic Green #18AF15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 9.55%

R = 10.91%
G = 79.55%
B = 9.55%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#18AF15 (or 0x18AF15) is known color: Islamic Green. HEX triplet: 18, AF and 15. RGB value is (24,175,21). Sum of RGB (Red+Green+Blue) = 24+175+21=220 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.91% from 220); Green value is 175 (68.75% from 255 or 79.55% from 220); Blue value is 21 (8.59% from 255 or 9.55% from 220); Max value from RGB is 175 - color contains mainly: green. Hex color #18AF15 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #18AF15 is #E750EA. Grayscale: #707070. Windows color (decimal): -15159531 or 1421080. OLE color: 1421080.

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

Color convert

RGB 24 175 21 -
CMYK 0.86 0 0.88 0.31
HSL 118.83º 0.79% 0.38% -
HSV(B) 118.83º 0.88% 0.69% -
XYZ 15.84 30.91 5.84 -
YUV 112.3 76.47 65.02 -
System Red Green Blue C M Y K H S L
Decimal 24 175 21 0.86 0 0.88 0.31 118.83 0.79 0.38
Hex 18 AF 15 56 0 58 1F 77 4F 26
Octal 30 257 25 126 0 130 37 167 117 46
Binary 11000 10101111 10101 1010110 0 1011000 11111 1110111 1001111 100110

Color Harmonies of #18AF15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18AF15

Black with #18AF15

Text Example


Text Example

White with #18AF15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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