#1CA63E

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

Shades of Dark Pastel Green #1CA63E

Tints of Dark Pastel Green #1CA63E

Color information

#1CA63E (or 0x1CA63E) is unknown color: approx Dark Pastel Green. HEX triplet: 1C, A6 and 3E. RGB value is (28,166,62). Sum of RGB (Red+Green+Blue) = 28+166+62=256 (33% of max value = 765). Red value is 28 (11.33% from 255 or 10.94% from 256); Green value is 166 (65.23% from 255 or 64.84% from 256); Blue value is 62 (24.61% from 255 or 24.22% from 256); Max value from RGB is 166 - color contains mainly: green. Hex color #1CA63E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1CA63E is #E359C1. Grayscale: #717171. Windows color (decimal): -14899650 or 4105756. OLE color: 4105756.

HSL color Cylindrical-coordinate representation of color #1CA63E: hue angle of 134.78º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1CA63E is Cyan = 0.83, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.35.

Color convert

RGB2816662-
CMYK0.8300.630.35
HSL134.78º71.13%38.04%-
HSV(B)134.78º83.13%65.1%-
XYZ14.9827.879.15-
YUV112.8899.2867.46-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 10.94%
GREEN value IS 166 (65.23% from 255) = 64.84%
BLUE value IS 62 (24.61% from 255) = 24.22%
R=10.94%
G=64.84%
B=24.22%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal28166620.8300.630.35134.7871.1338.04
Hex1CA63E5303F23874726
Octal34246761230774320710746
Binary111001010011011111010100110111111100011100001111000111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CA63E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,166,62); }

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

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

 a { background-color: rgb(28,166,62); }

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

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

 span { border-color: rgb(28,166,62); }

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