#18BC08

Color #18BC08 Islamic Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Islamic Green #18BC08

Tints of Islamic Green #18BC08

Color information

#18BC08 (or 0x18BC08) is unknown color: approx Islamic Green. HEX triplet: 18, BC and 08. RGB value is (24,188,8). Sum of RGB (Red+Green+Blue) = 24+188+8=220 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.91% from 220); Green value is 188 (73.83% from 255 or 85.45% from 220); Blue value is 8 (3.52% from 255 or 3.64% from 220); Max value from RGB is 188 - color contains mainly: green. Hex color #18BC08 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #18BC08 is #E743F7. Grayscale: #767676. Windows color (decimal): -15156216 or 572440. OLE color: 572440.

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

Color convert

RGB241888-
CMYK0.8700.960.26
HSL114.67º91.84%38.43%-
HSV(B)114.67º95.74%73.73%-
XYZ18.436.186.24-
YUV118.4465.6760.64-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.91%
GREEN value IS 188 (73.83% from 255) = 85.45%
BLUE value IS 8 (3.52% from 255) = 3.64%
R=10.91%
G=85.45%
B=3.64%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal2418880.8700.960.26114.6791.8438.43
Hex18BC8570601A735c26
Octal302741012701403216313446
Binary110001011110010001010111011000001101011100111011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18BC08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #18BC08;
 }
 .AnyTagClassName
 {
   color: #18BC08;
 }
</style>
background-color css

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

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

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

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

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

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