Html Css Color HEX #18B70E Islamic Green

📋 copy color: '#18B70E'

red 24 ◦ green 183 ◦ blue 14

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

Shades of Islamic Green #18B70E

Tints of Islamic Green #18B70E

RGB

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

 GREEN value IS 183 (71.88% from 255) = 82.81%

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

R = 10.86%
G = 82.81%
B = 6.33%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.92

 K value IS 0.28

RGB Variations

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

Color information

#18B70E (or 0x18B70E) is known color: Islamic Green. HEX triplet: 18, B7 and 0E. RGB value is (24,183,14). Sum of RGB (Red+Green+Blue) = 24+183+14=221 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.86% from 221); Green value is 183 (71.88% from 255 or 82.81% from 221); Blue value is 14 (5.86% from 255 or 6.33% from 221); Max value from RGB is 183 - color contains mainly: green. Hex color #18B70E is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #18B70E is #E748F1. Grayscale: #747474. Windows color (decimal): -15157490 or 964376. OLE color: 964376.

HSL color Cylindrical-coordinate representation of color #18B70E: hue angle of 116.45º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #18B70E is Cyan = 0.87, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.28.

Color convert

RGB 24 183 14 -
CMYK 0.87 0 0.92 0.28
HSL 116.45º 0.86% 0.39% -
HSV(B) 116.45º 0.92% 0.72% -
XYZ 17.39 34.09 6.08 -
YUV 116.19 70.32 62.24 -
System Red Green Blue C M Y K H S L
Decimal 24 183 14 0.87 0 0.92 0.28 116.45 0.86 0.39
Hex 18 B7 E 57 0 5C 1C 74 56 27
Octal 30 267 16 127 0 134 34 164 126 47
Binary 11000 10110111 1110 1010111 0 1011100 11100 1110100 1010110 100111

Color Harmonies of #18B70E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18B70E

Black with #18B70E

Text Example


Text Example

White with #18B70E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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