Html Css Color HEX #18BC06 Islamic Green

📋 copy color: '#18BC06'

red 24 ◦ green 188 ◦ blue 6

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

Shades of Islamic Green #18BC06

Tints of Islamic Green #18BC06

RGB

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

 GREEN value IS 188 (73.83% from 255) = 86.24%

 BLUE value IS 6 (2.73% from 255) = 2.75%

R = 11.01%
G = 86.24%
B = 2.75%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.97

 K value IS 0.26

RGB Variations

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

Color information

#18BC06 (or 0x18BC06) is known color: Islamic Green. HEX triplet: 18, BC and 06. RGB value is (24,188,6). Sum of RGB (Red+Green+Blue) = 24+188+6=218 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.01% from 218); Green value is 188 (73.83% from 255 or 86.24% from 218); Blue value is 6 (2.73% from 255 or 2.75% from 218); Max value from RGB is 188 - color contains mainly: green. Hex color #18BC06 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #18BC06 is #E743F9. Grayscale: #767676. Windows color (decimal): -15156218 or 441368. OLE color: 441368.

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

Color convert

RGB 24 188 6 -
CMYK 0.87 0 0.97 0.26
HSL 114.07º 0.94% 0.38% -
HSV(B) 114.07º 0.97% 0.74% -
XYZ 18.39 36.17 6.19 -
YUV 118.22 64.67 60.8 -
System Red Green Blue C M Y K H S L
Decimal 24 188 6 0.87 0 0.97 0.26 114.07 0.94 0.38
Hex 18 BC 6 57 0 61 1A 72 5E 26
Octal 30 274 6 127 0 141 32 162 136 46
Binary 11000 10111100 110 1010111 0 1100001 11010 1110010 1011110 100110

Color Harmonies of #18BC06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18BC06

Black with #18BC06

Text Example


Text Example

White with #18BC06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,188,6); }

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

background-color css

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

 a { background-color: rgb(24,188,6); }

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

border-color css

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

 span { border-color: rgb(24,188,6); }

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