Html Css Color HEX #18AF06 Islamic Green

📋 copy color: '#18AF06'

red 24 ◦ green 175 ◦ blue 6

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

Shades of Islamic Green #18AF06

Tints of Islamic Green #18AF06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.93%

R = 11.71%
G = 85.37%
B = 2.93%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.97

 K value IS 0.31

RGB Variations

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

Color information

#18AF06 (or 0x18AF06) is known color: Islamic Green. HEX triplet: 18, AF and 06. RGB value is (24,175,6). Sum of RGB (Red+Green+Blue) = 24+175+6=205 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.71% from 205); Green value is 175 (68.75% from 255 or 85.37% from 205); Blue value is 6 (2.73% from 255 or 2.93% from 205); Max value from RGB is 175 - color contains mainly: green. Hex color #18AF06 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #18AF06 is #E750F9. Grayscale: #6F6F6F. Windows color (decimal): -15159546 or 438040. OLE color: 438040.

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

Color convert

RGB 24 175 6 -
CMYK 0.86 0 0.97 0.31
HSL 113.61º 0.93% 0.35% -
HSV(B) 113.61º 0.97% 0.69% -
XYZ 15.74 30.87 5.3 -
YUV 110.59 68.97 66.24 -
System Red Green Blue C M Y K H S L
Decimal 24 175 6 0.86 0 0.97 0.31 113.61 0.93 0.35
Hex 18 AF 6 56 0 61 1F 72 5D 23
Octal 30 257 6 126 0 141 37 162 135 43
Binary 11000 10101111 110 1010110 0 1100001 11111 1110010 1011101 100011

Color Harmonies of #18AF06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18AF06

Black with #18AF06

Text Example


Text Example

White with #18AF06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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