Html Css Color HEX #1C9400 Islamic Green

📋 copy color: '#1C9400'

red 28 ◦ green 148 ◦ blue 0

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

Shades of Islamic Green #1C9400

Tints of Islamic Green #1C9400

RGB

 RED value IS 28 (11.33% from 255) = 15.91%

 GREEN value IS 148 (58.2% from 255) = 84.09%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 15.91%
G = 84.09%
B = 0%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#1C9400 (or 0x1C9400) is known color: Islamic Green. HEX triplet: 1C, 94 and 00. RGB value is (28,148,0). Sum of RGB (Red+Green+Blue) = 28+148+0=176 (23% of max value = 765). Red value is 28 (11.33% from 255 or 15.91% from 176); Green value is 148 (58.20% from 255 or 84.09% from 176); Blue value is 0 (0.39% from 255 or 0% from 176); Max value from RGB is 148 - color contains mainly: green. Hex color #1C9400 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1C9400 is #E36BFF. Grayscale: #5F5F5F. Windows color (decimal): -14904320 or 37916. OLE color: 37916.

HSL color Cylindrical-coordinate representation of color #1C9400: hue angle of 108.65º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1C9400 is Cyan = 0.81, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.42.

Color convert

RGB 28 148 0 -
CMYK 0.81 0 1 0.42
HSL 108.65º 1% 0.29% -
HSV(B) 108.65º 1% 0.58% -
XYZ 11.07 21.43 3.55 -
YUV 95.25 74.24 80.03 -
System Red Green Blue C M Y K H S L
Decimal 28 148 0 0.81 0 1 0.42 108.65 1 0.29
Hex 1C 94 0 51 0 64 2A 6D 64 1D
Octal 34 224 0 121 0 144 52 155 144 35
Binary 11100 10010100 0 1010001 0 1100100 101010 1101101 1100100 11101

Color Harmonies of #1C9400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C9400

Black with #1C9400

Text Example


Text Example

White with #1C9400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1C9400; }

 p { color: rgb(28,148,0); }

 H1.HeaderClassName
 {
   color: #1C9400;
 }
 .AnyTagClassName
 {
   color: #1C9400;
 }
</style>

background-color css

<style>
 a { background-color: #1C9400; }

 a { background-color: rgb(28,148,0); }

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

border-color css

<style>
 span { border-color: #1C9400; }

 span { border-color: rgb(28,148,0); }

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