#1CBC0A

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

Shades of Islamic Green #1CBC0A

Tints of Islamic Green #1CBC0A

Color information

#1CBC0A (or 0x1CBC0A) is unknown color: approx Islamic Green. HEX triplet: 1C, BC and 0A. RGB value is (28,188,10). Sum of RGB (Red+Green+Blue) = 28+188+10=226 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.39% from 226); Green value is 188 (73.83% from 255 or 83.19% from 226); Blue value is 10 (4.30% from 255 or 4.42% from 226); Max value from RGB is 188 - color contains mainly: green. Hex color #1CBC0A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CBC0A is #E343F5. Grayscale: #787878. Windows color (decimal): -14894070 or 703516. OLE color: 703516.

HSL color Cylindrical-coordinate representation of color #1CBC0A: hue angle of 113.93º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1CBC0A is Cyan = 0.85, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.26.

Color convert

RGB2818810-
CMYK0.8500.950.26
HSL113.93º89.9%38.82%-
HSV(B)113.93º94.68%73.73%-
XYZ18.5236.246.31-
YUV119.8765.9962.47-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 12.39%
GREEN value IS 188 (73.83% from 255) = 83.19%
BLUE value IS 10 (4.30% from 255) = 4.42%
R=12.39%
G=83.19%
B=4.42%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal28188100.8500.950.26113.9389.938.82
Hex1CBCA5505F1A725a27
Octal342741212501373216213247
Binary111001011110010101010101010111111101011100101011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CBC0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,188,10); }

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

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

 a { background-color: rgb(28,188,10); }

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

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

 span { border-color: rgb(28,188,10); }

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