#1CA602

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

Shades of Islamic Green #1CA602

Tints of Islamic Green #1CA602

Color information

#1CA602 (or 0x1CA602) is unknown color: approx Islamic Green. HEX triplet: 1C, A6 and 02. RGB value is (28,166,2). Sum of RGB (Red+Green+Blue) = 28+166+2=196 (25% of max value = 765). Red value is 28 (11.33% from 255 or 14.29% from 196); Green value is 166 (65.23% from 255 or 84.69% from 196); Blue value is 2 (1.17% from 255 or 1.02% from 196); Max value from RGB is 166 - color contains mainly: green. Hex color #1CA602 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1CA602 is #E359FD. Grayscale: #6A6A6A. Windows color (decimal): -14899710 or 173596. OLE color: 173596.

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

Color convert

RGB281662-
CMYK0.8300.990.35
HSL110.49º97.62%32.94%-
HSV(B)110.49º98.8%65.1%-
XYZ14.1327.524.63-
YUV106.0469.2872.34-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 14.29%
GREEN value IS 166 (65.23% from 255) = 84.69%
BLUE value IS 2 (1.17% from 255) = 1.02%
R=14.29%
G=84.69%
B=1.02%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal2816620.8300.990.35110.4997.6232.94
Hex1CA6253063236e6221
Octal34246212301434315614241
Binary11100101001101010100110110001110001111011101100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CA602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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