Html Css Color HEX #18C001 Islamic Green

📋 copy color: '#18C001'

red 24 ◦ green 192 ◦ blue 1

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

Shades of Islamic Green #18C001

Tints of Islamic Green #18C001

RGB

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

 GREEN value IS 192 (75.39% from 255) = 88.48%

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

R = 11.06%
G = 88.48%
B = 0.46%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#18C001 (or 0x18C001) is known color: Islamic Green. HEX triplet: 18, C0 and 01. RGB value is (24,192,1). Sum of RGB (Red+Green+Blue) = 24+192+1=217 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.06% from 217); Green value is 192 (75.39% from 255 or 88.48% from 217); Blue value is 1 (0.78% from 255 or 0.46% from 217); Max value from RGB is 192 - color contains mainly: green. Hex color #18C001 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #18C001 is #E73FFE. Grayscale: #787878. Windows color (decimal): -15155199 or 114712. OLE color: 114712.

HSL color Cylindrical-coordinate representation of color #18C001: hue angle of 112.77º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #18C001 is Cyan = 0.88, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.25.

Color convert

RGB 24 192 1 -
CMYK 0.88 0 0.99 0.25
HSL 112.77º 0.99% 0.38% -
HSV(B) 112.77º 0.99% 0.75% -
XYZ 19.23 37.9 6.33 -
YUV 119.99 60.84 59.53 -
System Red Green Blue C M Y K H S L
Decimal 24 192 1 0.88 0 0.99 0.25 112.77 0.99 0.38
Hex 18 C0 1 58 0 63 19 71 63 26
Octal 30 300 1 130 0 143 31 161 143 46
Binary 11000 11000000 1 1011000 0 1100011 11001 1110001 1100011 100110

Color Harmonies of #18C001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18C001

Black with #18C001

Text Example


Text Example

White with #18C001

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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