Html Css Color HEX #1CB110 Islamic Green

📋 copy color: '#1CB110'

red 28 ◦ green 177 ◦ blue 16

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

Shades of Islamic Green #1CB110

Tints of Islamic Green #1CB110

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.24%

R = 12.67%
G = 80.09%
B = 7.24%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#1CB110 (or 0x1CB110) is known color: Islamic Green. HEX triplet: 1C, B1 and 10. RGB value is (28,177,16). Sum of RGB (Red+Green+Blue) = 28+177+16=221 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.67% from 221); Green value is 177 (69.53% from 255 or 80.09% from 221); Blue value is 16 (6.64% from 255 or 7.24% from 221); Max value from RGB is 177 - color contains mainly: green. Hex color #1CB110 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1CB110 is #E34EEF. Grayscale: #727272. Windows color (decimal): -14896880 or 1093916. OLE color: 1093916.

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

Color convert

RGB 28 177 16 -
CMYK 0.84 0 0.91 0.31
HSL 115.53º 0.83% 0.38% -
HSV(B) 115.53º 0.91% 0.69% -
XYZ 16.29 31.73 5.76 -
YUV 114.1 72.64 66.59 -
System Red Green Blue C M Y K H S L
Decimal 28 177 16 0.84 0 0.91 0.31 115.53 0.83 0.38
Hex 1C B1 10 54 0 5B 1F 74 53 26
Octal 34 261 20 124 0 133 37 164 123 46
Binary 11100 10110001 10000 1010100 0 1011011 11111 1110100 1010011 100110

Color Harmonies of #1CB110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CB110

Black with #1CB110

Text Example


Text Example

White with #1CB110

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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