#1CBE0A

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

Shades of Islamic Green #1CBE0A

Tints of Islamic Green #1CBE0A

Color information

#1CBE0A (or 0x1CBE0A) is unknown color: approx Islamic Green. HEX triplet: 1C, BE and 0A. RGB value is (28,190,10). Sum of RGB (Red+Green+Blue) = 28+190+10=228 (30% of max value = 765). Red value is 28 (11.33% from 255 or 12.28% from 228); Green value is 190 (74.61% from 255 or 83.33% from 228); Blue value is 10 (4.30% from 255 or 4.39% from 228); Max value from RGB is 190 - color contains mainly: green. Hex color #1CBE0A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CBE0A is #E341F5. Grayscale: #797979. Windows color (decimal): -14893558 or 704028. OLE color: 704028.

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

Color convert

RGB2819010-
CMYK0.8500.950.25
HSL114º90%39.22%-
HSV(B)114º94.74%74.51%-
XYZ18.9537.16.45-
YUV121.0465.3361.64-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 12.28%
GREEN value IS 190 (74.61% from 255) = 83.33%
BLUE value IS 10 (4.30% from 255) = 4.39%
R=12.28%
G=83.33%
B=4.39%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal28190100.8500.950.251149039.22
Hex1CBEA5505F19725a27
Octal342761212501373116213247
Binary111001011111010101010101010111111100111100101011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CBE0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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