Html Css Color HEX #18BC01 Islamic Green

📋 copy color: '#18BC01'

red 24 ◦ green 188 ◦ blue 1

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

Shades of Islamic Green #18BC01

Tints of Islamic Green #18BC01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.47%

R = 11.27%
G = 88.26%
B = 0.47%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#18BC01 (or 0x18BC01) is known color: Islamic Green. HEX triplet: 18, BC and 01. RGB value is (24,188,1). Sum of RGB (Red+Green+Blue) = 24+188+1=213 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.27% from 213); Green value is 188 (73.83% from 255 or 88.26% from 213); Blue value is 1 (0.78% from 255 or 0.47% from 213); Max value from RGB is 188 - color contains mainly: green. Hex color #18BC01 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #18BC01 is #E743FE. Grayscale: #767676. Windows color (decimal): -15156223 or 113688. OLE color: 113688.

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

Color convert

RGB 24 188 1 -
CMYK 0.87 0 0.99 0.26
HSL 112.62º 0.99% 0.37% -
HSV(B) 112.62º 0.99% 0.74% -
XYZ 18.37 36.16 6.04 -
YUV 117.65 62.17 61.21 -
System Red Green Blue C M Y K H S L
Decimal 24 188 1 0.87 0 0.99 0.26 112.62 0.99 0.37
Hex 18 BC 1 57 0 63 1A 71 63 25
Octal 30 274 1 127 0 143 32 161 143 45
Binary 11000 10111100 1 1010111 0 1100011 11010 1110001 1100011 100101

Color Harmonies of #18BC01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18BC01

Black with #18BC01

Text Example


Text Example

White with #18BC01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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