#1CA702

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

Shades of Islamic Green #1CA702

Tints of Islamic Green #1CA702

Color information

#1CA702 (or 0x1CA702) is unknown color: approx Islamic Green. HEX triplet: 1C, A7 and 02. RGB value is (28,167,2). Sum of RGB (Red+Green+Blue) = 28+167+2=197 (26% of max value = 765). Red value is 28 (11.33% from 255 or 14.21% from 197); Green value is 167 (65.62% from 255 or 84.77% from 197); Blue value is 2 (1.17% from 255 or 1.02% from 197); Max value from RGB is 167 - color contains mainly: green. Hex color #1CA702 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1CA702 is #E358FD. Grayscale: #6B6B6B. Windows color (decimal): -14899454 or 173852. OLE color: 173852.

HSL color Cylindrical-coordinate representation of color #1CA702: hue angle of 110.55º 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 #1CA702 is Cyan = 0.83, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.35.

Color convert

RGB281672-
CMYK0.8300.990.35
HSL110.55º97.63%33.14%-
HSV(B)110.55º98.8%65.49%-
XYZ14.3127.894.69-
YUV106.6368.9571.92-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 14.21%
GREEN value IS 167 (65.62% from 255) = 84.77%
BLUE value IS 2 (1.17% from 255) = 1.02%
R=14.21%
G=84.77%
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
Decimal2816720.8300.990.35110.5597.6333.14
Hex1CA7253063236f6221
Octal34247212301434315714241
Binary11100101001111010100110110001110001111011111100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CA702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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