Html Css Color HEX #1CB100 Islamic Green

📋 copy color: '#1CB100'

red 28 ◦ green 177 ◦ blue 0

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

Shades of Islamic Green #1CB100

Tints of Islamic Green #1CB100

RGB

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

 GREEN value IS 177 (69.53% from 255) = 86.34%

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

R = 13.66%
G = 86.34%
B = 0%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 1

 K value IS 0.31

RGB Variations

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

Color information

#1CB100 (or 0x1CB100) is known color: Islamic Green. HEX triplet: 1C, B1 and 00. RGB value is (28,177,0). Sum of RGB (Red+Green+Blue) = 28+177+0=205 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.66% from 205); Green value is 177 (69.53% from 255 or 86.34% from 205); Blue value is 0 (0.39% from 255 or 0% from 205); Max value from RGB is 177 - color contains mainly: green. Hex color #1CB100 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1CB100 is #E34EFF. Grayscale: #707070. Windows color (decimal): -14896896 or 45340. OLE color: 45340.

HSL color Cylindrical-coordinate representation of color #1CB100: hue angle of 110.51º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1CB100 is Cyan = 0.84, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.31.

Color convert

RGB 28 177 0 -
CMYK 0.84 0 1 0.31
HSL 110.51º 1% 0.35% -
HSV(B) 110.51º 1% 0.69% -
XYZ 16.2 31.69 5.26 -
YUV 112.27 64.64 67.89 -
System Red Green Blue C M Y K H S L
Decimal 28 177 0 0.84 0 1 0.31 110.51 1 0.35
Hex 1C B1 0 54 0 64 1F 6F 64 23
Octal 34 261 0 124 0 144 37 157 144 43
Binary 11100 10110001 0 1010100 0 1100100 11111 1101111 1100100 100011

Color Harmonies of #1CB100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CB100

Black with #1CB100

Text Example


Text Example

White with #1CB100

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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