Html Css Color HEX #18BD04 Islamic Green

📋 copy color: '#18BD04'

red 24 ◦ green 189 ◦ blue 4

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

Shades of Islamic Green #18BD04

Tints of Islamic Green #18BD04

RGB

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

 GREEN value IS 189 (74.22% from 255) = 87.1%

 BLUE value IS 4 (1.95% from 255) = 1.84%

R = 11.06%
G = 87.1%
B = 1.84%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#18BD04 (or 0x18BD04) is known color: Islamic Green. HEX triplet: 18, BD and 04. RGB value is (24,189,4). Sum of RGB (Red+Green+Blue) = 24+189+4=217 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.06% from 217); Green value is 189 (74.22% from 255 or 87.10% from 217); Blue value is 4 (1.95% from 255 or 1.84% from 217); Max value from RGB is 189 - color contains mainly: green. Hex color #18BD04 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #18BD04 is #E742FB. Grayscale: #777777. Windows color (decimal): -15155964 or 310552. OLE color: 310552.

HSL color Cylindrical-coordinate representation of color #18BD04: hue angle of 113.51º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #18BD04 is Cyan = 0.87, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.26.

Color convert

RGB 24 189 4 -
CMYK 0.87 0 0.98 0.26
HSL 113.51º 0.96% 0.38% -
HSV(B) 113.51º 0.98% 0.74% -
XYZ 18.6 36.6 6.2 -
YUV 118.58 63.34 60.54 -
System Red Green Blue C M Y K H S L
Decimal 24 189 4 0.87 0 0.98 0.26 113.51 0.96 0.38
Hex 18 BD 4 57 0 62 1A 72 60 26
Octal 30 275 4 127 0 142 32 162 140 46
Binary 11000 10111101 100 1010111 0 1100010 11010 1110010 1100000 100110

Color Harmonies of #18BD04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18BD04

Black with #18BD04

Text Example


Text Example

White with #18BD04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,189,4); }

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

background-color css

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

 a { background-color: rgb(24,189,4); }

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

border-color css

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

 span { border-color: rgb(24,189,4); }

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