#1CA207

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

Shades of Islamic Green #1CA207

Tints of Islamic Green #1CA207

Color information

#1CA207 (or 0x1CA207) is unknown color: approx Islamic Green. HEX triplet: 1C, A2 and 07. RGB value is (28,162,7). Sum of RGB (Red+Green+Blue) = 28+162+7=197 (26% of max value = 765). Red value is 28 (11.33% from 255 or 14.21% from 197); Green value is 162 (63.67% from 255 or 82.23% from 197); Blue value is 7 (3.12% from 255 or 3.55% from 197); Max value from RGB is 162 - color contains mainly: green. Hex color #1CA207 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1CA207 is #E35DF8. Grayscale: #686868. Windows color (decimal): -14900729 or 500252. OLE color: 500252.

HSL color Cylindrical-coordinate representation of color #1CA207: hue angle of 111.87º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1CA207 is Cyan = 0.83, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.36.

Color convert

RGB281627-
CMYK0.8300.960.36
HSL111.87º91.72%33.14%-
HSV(B)111.87º95.68%63.53%-
XYZ13.4426.14.53-
YUV104.2673.1173.6-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 14.21%
GREEN value IS 162 (63.67% from 255) = 82.23%
BLUE value IS 7 (3.12% from 255) = 3.55%
R=14.21%
G=82.23%
B=3.55%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal2816270.8300.960.36111.8791.7233.14
Hex1CA275306024705c21
Octal34242712301404416013441
Binary111001010001011110100110110000010010011100001011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CA207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,162,7); }

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

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

 a { background-color: rgb(28,162,7); }

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

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

 span { border-color: rgb(28,162,7); }

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