Html Css Color HEX #18BB01 Islamic Green

📋 copy color: '#18BB01'

red 24 ◦ green 187 ◦ blue 1

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

Shades of Islamic Green #18BB01

Tints of Islamic Green #18BB01

RGB

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

 GREEN value IS 187 (73.44% from 255) = 88.21%

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

R = 11.32%
G = 88.21%
B = 0.47%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#18BB01 (or 0x18BB01) is known color: Islamic Green. HEX triplet: 18, BB and 01. RGB value is (24,187,1). Sum of RGB (Red+Green+Blue) = 24+187+1=212 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.32% from 212); Green value is 187 (73.44% from 255 or 88.21% from 212); Blue value is 1 (0.78% from 255 or 0.47% from 212); Max value from RGB is 187 - color contains mainly: green. Hex color #18BB01 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #18BB01 is #E744FE. Grayscale: #757575. Windows color (decimal): -15156479 or 113432. OLE color: 113432.

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

Color convert

RGB 24 187 1 -
CMYK 0.87 0 0.99 0.27
HSL 112.58º 0.99% 0.37% -
HSV(B) 112.58º 0.99% 0.73% -
XYZ 18.15 35.74 5.97 -
YUV 117.06 62.5 61.62 -
System Red Green Blue C M Y K H S L
Decimal 24 187 1 0.87 0 0.99 0.27 112.58 0.99 0.37
Hex 18 BB 1 57 0 63 1B 71 63 25
Octal 30 273 1 127 0 143 33 161 143 45
Binary 11000 10111011 1 1010111 0 1100011 11011 1110001 1100011 100101

Color Harmonies of #18BB01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18BB01

Black with #18BB01

Text Example


Text Example

White with #18BB01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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