#1CAB0D

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

Shades of Islamic Green #1CAB0D

Tints of Islamic Green #1CAB0D

Color information

#1CAB0D (or 0x1CAB0D) is unknown color: approx Islamic Green. HEX triplet: 1C, AB and 0D. RGB value is (28,171,13). Sum of RGB (Red+Green+Blue) = 28+171+13=212 (28% of max value = 765). Red value is 28 (11.33% from 255 or 13.21% from 212); Green value is 171 (67.19% from 255 or 80.66% from 212); Blue value is 13 (5.47% from 255 or 6.13% from 212); Max value from RGB is 171 - color contains mainly: green. Hex color #1CAB0D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1CAB0D is #E354F2. Grayscale: #6E6E6E. Windows color (decimal): -14898419 or 895772. OLE color: 895772.

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

Color convert

RGB2817113-
CMYK0.8400.920.33
HSL114.3º85.87%36.08%-
HSV(B)114.3º92.4%67.06%-
XYZ15.1129.45.26-
YUV110.2373.1269.35-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 13.21%
GREEN value IS 171 (67.19% from 255) = 80.66%
BLUE value IS 13 (5.47% from 255) = 6.13%
R=13.21%
G=80.66%
B=6.13%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal28171130.8400.920.33114.385.8736.08
Hex1CABD5405C21725624
Octal342531512401344116212644
Binary1110010101011110110101000101110010000111100101010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CAB0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,171,13); }

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

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

 a { background-color: rgb(28,171,13); }

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

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

 span { border-color: rgb(28,171,13); }

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