Html Css Color HEX #18B20E Islamic Green

📋 copy color: '#18B20E'

red 24 ◦ green 178 ◦ blue 14

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

Shades of Islamic Green #18B20E

Tints of Islamic Green #18B20E

RGB

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

 GREEN value IS 178 (69.92% from 255) = 82.41%

 BLUE value IS 14 (5.86% from 255) = 6.48%

R = 11.11%
G = 82.41%
B = 6.48%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.92

 K value IS 0.30

RGB Variations

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

Color information

#18B20E (or 0x18B20E) is known color: Islamic Green. HEX triplet: 18, B2 and 0E. RGB value is (24,178,14). Sum of RGB (Red+Green+Blue) = 24+178+14=216 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.11% from 216); Green value is 178 (69.92% from 255 or 82.41% from 216); Blue value is 14 (5.86% from 255 or 6.48% from 216); Max value from RGB is 178 - color contains mainly: green. Hex color #18B20E is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #18B20E is #E74DF1. Grayscale: #717171. Windows color (decimal): -15158770 or 963096. OLE color: 963096.

HSL color Cylindrical-coordinate representation of color #18B20E: hue angle of 116.34º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #18B20E is Cyan = 0.87, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.30.

Color convert

RGB 24 178 14 -
CMYK 0.87 0 0.92 0.30
HSL 116.34º 0.85% 0.38% -
HSV(B) 116.34º 0.92% 0.7% -
XYZ 16.38 32.07 5.74 -
YUV 113.26 71.98 64.34 -
System Red Green Blue C M Y K H S L
Decimal 24 178 14 0.87 0 0.92 0.30 116.34 0.85 0.38
Hex 18 B2 E 57 0 5C 1E 74 55 26
Octal 30 262 16 127 0 134 36 164 125 46
Binary 11000 10110010 1110 1010111 0 1011100 11110 1110100 1010101 100110

Color Harmonies of #18B20E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18B20E

Black with #18B20E

Text Example


Text Example

White with #18B20E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,178,14); }

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

background-color css

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

 a { background-color: rgb(24,178,14); }

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

border-color css

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

 span { border-color: rgb(24,178,14); }

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