Html Css Color HEX #18B40B Islamic Green

📋 copy color: '#18B40B'

red 24 ◦ green 180 ◦ blue 11

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

Shades of Islamic Green #18B40B

Tints of Islamic Green #18B40B

RGB

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

 GREEN value IS 180 (70.7% from 255) = 83.72%

 BLUE value IS 11 (4.69% from 255) = 5.12%

R = 11.16%
G = 83.72%
B = 5.12%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.94

 K value IS 0.29

RGB Variations

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

Color information

#18B40B (or 0x18B40B) is known color: Islamic Green. HEX triplet: 18, B4 and 0B. RGB value is (24,180,11). Sum of RGB (Red+Green+Blue) = 24+180+11=215 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.16% from 215); Green value is 180 (70.70% from 255 or 83.72% from 215); Blue value is 11 (4.69% from 255 or 5.12% from 215); Max value from RGB is 180 - color contains mainly: green. Hex color #18B40B is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #18B40B is #E74BF4. Grayscale: #727272. Windows color (decimal): -15158261 or 767000. OLE color: 767000.

HSL color Cylindrical-coordinate representation of color #18B40B: hue angle of 115.38º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #18B40B is Cyan = 0.87, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.29.

Color convert

RGB 24 180 11 -
CMYK 0.87 0 0.94 0.29
HSL 115.38º 0.88% 0.37% -
HSV(B) 115.38º 0.94% 0.71% -
XYZ 16.76 32.86 5.78 -
YUV 114.09 69.82 63.74 -
System Red Green Blue C M Y K H S L
Decimal 24 180 11 0.87 0 0.94 0.29 115.38 0.88 0.37
Hex 18 B4 B 57 0 5E 1D 73 58 25
Octal 30 264 13 127 0 136 35 163 130 45
Binary 11000 10110100 1011 1010111 0 1011110 11101 1110011 1011000 100101

Color Harmonies of #18B40B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18B40B

Black with #18B40B

Text Example


Text Example

White with #18B40B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,180,11); }

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

background-color css

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

 a { background-color: rgb(24,180,11); }

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

border-color css

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

 span { border-color: rgb(24,180,11); }

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