#1CBA08

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

Shades of Islamic Green #1CBA08

Tints of Islamic Green #1CBA08

Color information

#1CBA08 (or 0x1CBA08) is unknown color: approx Islamic Green. HEX triplet: 1C, BA and 08. RGB value is (28,186,8). Sum of RGB (Red+Green+Blue) = 28+186+8=222 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.61% from 222); Green value is 186 (73.05% from 255 or 83.78% from 222); Blue value is 8 (3.52% from 255 or 3.60% from 222); Max value from RGB is 186 - color contains mainly: green. Hex color #1CBA08 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CBA08 is #E345F7. Grayscale: #777777. Windows color (decimal): -14894584 or 571932. OLE color: 571932.

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

Color convert

RGB281868-
CMYK0.8500.960.27
HSL113.26º91.75%38.04%-
HSV(B)113.26º95.7%72.94%-
XYZ18.0835.386.11-
YUV118.4765.6563.47-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 12.61%
GREEN value IS 186 (73.05% from 255) = 83.78%
BLUE value IS 8 (3.52% from 255) = 3.60%
R=12.61%
G=83.78%
B=3.60%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal2818680.8500.960.27113.2691.7538.04
Hex1CBA8550601B715c26
Octal342721012501403316113446
Binary111001011101010001010101011000001101111100011011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CBA08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,186,8); }

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

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

 a { background-color: rgb(28,186,8); }

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

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

 span { border-color: rgb(28,186,8); }

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