#1CA606

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

Shades of Islamic Green #1CA606

Tints of Islamic Green #1CA606

Color information

#1CA606 (or 0x1CA606) is unknown color: approx Islamic Green. HEX triplet: 1C, A6 and 06. RGB value is (28,166,6). Sum of RGB (Red+Green+Blue) = 28+166+6=200 (26% of max value = 765). Red value is 28 (11.33% from 255 or 14% from 200); Green value is 166 (65.23% from 255 or 83% from 200); Blue value is 6 (2.73% from 255 or 3% from 200); Max value from RGB is 166 - color contains mainly: green. Hex color #1CA606 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1CA606 is #E359F9. Grayscale: #6B6B6B. Windows color (decimal): -14899706 or 435740. OLE color: 435740.

HSL color Cylindrical-coordinate representation of color #1CA606: hue angle of 111.75º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1CA606 is Cyan = 0.83, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.35.

Color convert

RGB281666-
CMYK0.8300.960.35
HSL111.75º93.02%33.73%-
HSV(B)111.75º96.39%65.1%-
XYZ14.1527.534.74-
YUV106.571.2872.01-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 14%
GREEN value IS 166 (65.23% from 255) = 83%
BLUE value IS 6 (2.73% from 255) = 3%
R=14%
G=83%
B=3%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal2816660.8300.960.35111.7593.0233.73
Hex1CA665306023705d22
Octal34246612301404316013542
Binary111001010011011010100110110000010001111100001011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CA606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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