#1CB906

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

Shades of Islamic Green #1CB906

Tints of Islamic Green #1CB906

Color information

#1CB906 (or 0x1CB906) is unknown color: approx Islamic Green. HEX triplet: 1C, B9 and 06. RGB value is (28,185,6). Sum of RGB (Red+Green+Blue) = 28+185+6=219 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.79% from 219); Green value is 185 (72.66% from 255 or 84.47% from 219); Blue value is 6 (2.73% from 255 or 2.74% from 219); Max value from RGB is 185 - color contains mainly: green. Hex color #1CB906 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CB906 is #E346F9. Grayscale: #767676. Windows color (decimal): -14894842 or 440604. OLE color: 440604.

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

Color convert

RGB281856-
CMYK0.8500.970.27
HSL112.63º93.72%37.45%-
HSV(B)112.63º96.76%72.55%-
XYZ17.8634.965.98-
YUV117.6564.9964.05-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 12.79%
GREEN value IS 185 (72.66% from 255) = 84.47%
BLUE value IS 6 (2.73% from 255) = 2.74%
R=12.79%
G=84.47%
B=2.74%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal2818560.8500.970.27112.6393.7237.45
Hex1CB96550611B715e25
Octal34271612501413316113645
Binary11100101110011101010101011000011101111100011011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CB906

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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