Html Css Color HEX #18B401 Islamic Green

📋 copy color: '#18B401'

red 24 ◦ green 180 ◦ blue 1

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

Shades of Islamic Green #18B401

Tints of Islamic Green #18B401

RGB

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

 GREEN value IS 180 (70.7% from 255) = 87.8%

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

R = 11.71%
G = 87.8%
B = 0.49%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#18B401 (or 0x18B401) is known color: Islamic Green. HEX triplet: 18, B4 and 01. RGB value is (24,180,1). Sum of RGB (Red+Green+Blue) = 24+180+1=205 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.71% from 205); Green value is 180 (70.70% from 255 or 87.80% from 205); Blue value is 1 (0.78% from 255 or 0.49% from 205); Max value from RGB is 180 - color contains mainly: green. Hex color #18B401 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #18B401 is #E74BFE. Grayscale: #717171. Windows color (decimal): -15158271 or 111640. OLE color: 111640.

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

Color convert

RGB 24 180 1 -
CMYK 0.87 0 0.99 0.29
HSL 112.29º 0.99% 0.35% -
HSV(B) 112.29º 0.99% 0.71% -
XYZ 16.7 32.84 5.49 -
YUV 112.95 64.82 64.55 -
System Red Green Blue C M Y K H S L
Decimal 24 180 1 0.87 0 0.99 0.29 112.29 0.99 0.35
Hex 18 B4 1 57 0 63 1D 70 63 23
Octal 30 264 1 127 0 143 35 160 143 43
Binary 11000 10110100 1 1010111 0 1100011 11101 1110000 1100011 100011

Color Harmonies of #18B401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18B401

Black with #18B401

Text Example


Text Example

White with #18B401

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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