#1DC601

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

Shades of Islamic Green #1DC601

Tints of Islamic Green #1DC601

Color information

#1DC601 (or 0x1DC601) is unknown color: approx Islamic Green. HEX triplet: 1D, C6 and 01. RGB value is (29,198,1). Sum of RGB (Red+Green+Blue) = 29+198+1=228 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.72% from 228); Green value is 198 (77.73% from 255 or 86.84% from 228); Blue value is 1 (0.78% from 255 or 0.44% from 228); Max value from RGB is 198 - color contains mainly: green. Hex color #1DC601 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DC601 is #E239FE. Grayscale: #7D7D7D. Windows color (decimal): -14825983 or 116253. OLE color: 116253.

HSL color Cylindrical-coordinate representation of color #1DC601: hue angle of 111.47º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1DC601 is Cyan = 0.85, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.22.

Color convert

RGB291981-
CMYK0.8500.990.22
HSL111.47º98.99%39.02%-
HSV(B)111.47º99.49%77.65%-
XYZ20.7140.656.78-
YUV125.0158.0159.52-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 12.72%
GREEN value IS 198 (77.73% from 255) = 86.84%
BLUE value IS 1 (0.78% from 255) = 0.44%
R=12.72%
G=86.84%
B=0.44%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2919810.8500.990.22111.4798.9939.02
Hex1DC6155063166f6327
Octal35306112501432615714347
Binary111011100011011010101011000111011011011111100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DC601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,198,1); }

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

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

 a { background-color: rgb(29,198,1); }

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

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

 span { border-color: rgb(29,198,1); }

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