#1CB90C

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

Shades of Islamic Green #1CB90C

Tints of Islamic Green #1CB90C

Color information

#1CB90C (or 0x1CB90C) is unknown color: approx Islamic Green. HEX triplet: 1C, B9 and 0C. RGB value is (28,185,12). Sum of RGB (Red+Green+Blue) = 28+185+12=225 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.44% from 225); Green value is 185 (72.66% from 255 or 82.22% from 225); Blue value is 12 (5.08% from 255 or 5.33% from 225); Max value from RGB is 185 - color contains mainly: green. Hex color #1CB90C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CB90C is #E346F3. Grayscale: #767676. Windows color (decimal): -14894836 or 833820. OLE color: 833820.

HSL color Cylindrical-coordinate representation of color #1CB90C: hue angle of 114.45º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1CB90C is Cyan = 0.85, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.27.

Color convert

RGB2818512-
CMYK0.8500.940.27
HSL114.45º87.82%38.63%-
HSV(B)114.45º93.51%72.55%-
XYZ17.8934.976.15-
YUV118.3467.9963.57-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 12.44%
GREEN value IS 185 (72.66% from 255) = 82.22%
BLUE value IS 12 (5.08% from 255) = 5.33%
R=12.44%
G=82.22%
B=5.33%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal28185120.8500.940.27114.4587.8238.63
Hex1CB9C5505E1B725827
Octal342711412501363316213047
Binary111001011100111001010101010111101101111100101011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CB90C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,185,12); }

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

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

 a { background-color: rgb(28,185,12); }

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

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

 span { border-color: rgb(28,185,12); }

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