#1CC642

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

Shades of Dark Pastel Green #1CC642

Tints of Dark Pastel Green #1CC642

Color information

#1CC642 (or 0x1CC642) is unknown color: approx Dark Pastel Green. HEX triplet: 1C, C6 and 42. RGB value is (28,198,66). Sum of RGB (Red+Green+Blue) = 28+198+66=292 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.59% from 292); Green value is 198 (77.73% from 255 or 67.81% from 292); Blue value is 66 (26.17% from 255 or 22.60% from 292); Max value from RGB is 198 - color contains mainly: green. Hex color #1CC642 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CC642 is #E339BD. Grayscale: #848484. Windows color (decimal): -14891454 or 4376092. OLE color: 4376092.

HSL color Cylindrical-coordinate representation of color #1CC642: hue angle of 133.41º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CC642 is Cyan = 0.86, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.22.

Color convert

RGB2819866-
CMYK0.8600.670.22
HSL133.41º75.22%44.31%-
HSV(B)133.41º85.86%77.65%-
XYZ21.6641.0311.93-
YUV132.1290.6853.73-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.59%
GREEN value IS 198 (77.73% from 255) = 67.81%
BLUE value IS 66 (26.17% from 255) = 22.60%
R=9.59%
G=67.81%
B=22.60%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal28198660.8600.670.22133.4175.2244.31
Hex1CC6425604316854b2c
Octal3430610212601032620511354
Binary1110011000110100001010101100100001110110100001011001011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CC642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,198,66); }

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

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

 a { background-color: rgb(28,198,66); }

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

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

 span { border-color: rgb(28,198,66); }

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