Html Css Color HEX #18BA0F Islamic Green

📋 copy color: '#18BA0F'

red 24 ◦ green 186 ◦ blue 15

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

Shades of Islamic Green #18BA0F

Tints of Islamic Green #18BA0F

RGB

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

 GREEN value IS 186 (73.05% from 255) = 82.67%

 BLUE value IS 15 (6.25% from 255) = 6.67%

R = 10.67%
G = 82.67%
B = 6.67%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#18BA0F (or 0x18BA0F) is known color: Islamic Green. HEX triplet: 18, BA and 0F. RGB value is (24,186,15). Sum of RGB (Red+Green+Blue) = 24+186+15=225 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.67% from 225); Green value is 186 (73.05% from 255 or 82.67% from 225); Blue value is 15 (6.25% from 255 or 6.67% from 225); Max value from RGB is 186 - color contains mainly: green. Hex color #18BA0F is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #18BA0F is #E745F0. Grayscale: #767676. Windows color (decimal): -15156721 or 1030680. OLE color: 1030680.

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

Color convert

RGB 24 186 15 -
CMYK 0.87 0 0.92 0.27
HSL 116.84º 0.85% 0.39% -
HSV(B) 116.84º 0.92% 0.73% -
XYZ 18.02 35.35 6.32 -
YUV 118.07 69.83 60.9 -
System Red Green Blue C M Y K H S L
Decimal 24 186 15 0.87 0 0.92 0.27 116.84 0.85 0.39
Hex 18 BA F 57 0 5C 1B 75 55 27
Octal 30 272 17 127 0 134 33 165 125 47
Binary 11000 10111010 1111 1010111 0 1011100 11011 1110101 1010101 100111

Color Harmonies of #18BA0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18BA0F

Black with #18BA0F

Text Example


Text Example

White with #18BA0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,186,15); }

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

background-color css

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

 a { background-color: rgb(24,186,15); }

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

border-color css

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

 span { border-color: rgb(24,186,15); }

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