#1CAC0F

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

Shades of Islamic Green #1CAC0F

Tints of Islamic Green #1CAC0F

Color information

#1CAC0F (or 0x1CAC0F) is unknown color: approx Islamic Green. HEX triplet: 1C, AC and 0F. RGB value is (28,172,15). Sum of RGB (Red+Green+Blue) = 28+172+15=215 (28% of max value = 765). Red value is 28 (11.33% from 255 or 13.02% from 215); Green value is 172 (67.58% from 255 or 80% from 215); Blue value is 15 (6.25% from 255 or 6.98% from 215); Max value from RGB is 172 - color contains mainly: green. Hex color #1CAC0F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1CAC0F is #E353F0. Grayscale: #6F6F6F. Windows color (decimal): -14898161 or 1027100. OLE color: 1027100.

HSL color Cylindrical-coordinate representation of color #1CAC0F: hue angle of 115.03º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1CAC0F is Cyan = 0.84, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.33.

Color convert

RGB2817215-
CMYK0.8400.910.33
HSL115.03º83.96%36.67%-
HSV(B)115.03º91.28%67.45%-
XYZ15.3229.795.39-
YUV111.0573.7968.77-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 13.02%
GREEN value IS 172 (67.58% from 255) = 80%
BLUE value IS 15 (6.25% from 255) = 6.98%
R=13.02%
G=80%
B=6.98%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal28172150.8400.910.33115.0383.9636.67
Hex1CACF5405B21735425
Octal342541712401334116312445
Binary1110010101100111110101000101101110000111100111010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CAC0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,172,15); }

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

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

 a { background-color: rgb(28,172,15); }

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

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

 span { border-color: rgb(28,172,15); }

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