#1CB60B

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

Shades of Islamic Green #1CB60B

Tints of Islamic Green #1CB60B

Color information

#1CB60B (or 0x1CB60B) is unknown color: approx Islamic Green. HEX triplet: 1C, B6 and 0B. RGB value is (28,182,11). Sum of RGB (Red+Green+Blue) = 28+182+11=221 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.67% from 221); Green value is 182 (71.48% from 255 or 82.35% from 221); Blue value is 11 (4.69% from 255 or 4.98% from 221); Max value from RGB is 182 - color contains mainly: green. Hex color #1CB60B is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CB60B is #E349F4. Grayscale: #747474. Windows color (decimal): -14895605 or 767516. OLE color: 767516.

HSL color Cylindrical-coordinate representation of color #1CB60B: hue angle of 114.04º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1CB60B is Cyan = 0.85, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.29.

Color convert

RGB2818211-
CMYK0.8500.940.29
HSL114.04º88.6%37.84%-
HSV(B)114.04º93.96%71.37%-
XYZ17.2733.735.92-
YUV116.4668.4864.9-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 12.67%
GREEN value IS 182 (71.48% from 255) = 82.35%
BLUE value IS 11 (4.69% from 255) = 4.98%
R=12.67%
G=82.35%
B=4.98%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal28182110.8500.940.29114.0488.637.84
Hex1CB6B5505E1D725926
Octal342661312501363516213146
Binary111001011011010111010101010111101110111100101011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CB60B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,182,11); }

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

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

 a { background-color: rgb(28,182,11); }

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

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

 span { border-color: rgb(28,182,11); }

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