#6ADC76

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

Shades of Pastel Green #6ADC76

Tints of Pastel Green #6ADC76

Color information

#6ADC76 (or 0x6ADC76) is unknown color: approx Pastel Green. HEX triplet: 6A, DC and 76. RGB value is (106,220,118). Sum of RGB (Red+Green+Blue) = 106+220+118=444 (58% of max value = 765). Red value is 106 (41.80% from 255 or 23.87% from 444); Green value is 220 (86.33% from 255 or 49.55% from 444); Blue value is 118 (46.48% from 255 or 26.58% from 444); Max value from RGB is 220 - color contains mainly: green. Hex color #6ADC76 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ADC76 is #952389. Grayscale: #AEAEAE. Windows color (decimal): -9773962 or 7789674. OLE color: 7789674.

HSL color Cylindrical-coordinate representation of color #6ADC76: hue angle of 126.32º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6ADC76 is Cyan = 0.52, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.14.

Color convert

RGB106220118-
CMYK0.5200.460.14
HSL126.32º61.96%63.92%-
HSV(B)126.32º51.82%86.27%-
XYZ34.8155.5626.03-
YUV174.2996.2379.29-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 23.87%
GREEN value IS 220 (86.33% from 255) = 49.55%
BLUE value IS 118 (46.48% from 255) = 26.58%
R=23.87%
G=49.55%
B=26.58%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1062201180.5200.460.14126.3261.9663.92
Hex6ADC763402EE7e3e40
Octal152334166640561617676100
Binary11010101101110011101101101000101110111011111101111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ADC76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6ADC76; }

 p { color: rgb(106,220,118); }

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

<style>
 a { background-color: #6ADC76; }

 a { background-color: rgb(106,220,118); }

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

<style>
 span { border-color: #6ADC76; }

 span { border-color: rgb(106,220,118); }

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