#7ADC7C

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

Shades of Pastel Green #7ADC7C

Tints of Pastel Green #7ADC7C

Color information

#7ADC7C (or 0x7ADC7C) is unknown color: approx Pastel Green. HEX triplet: 7A, DC and 7C. RGB value is (122,220,124). Sum of RGB (Red+Green+Blue) = 122+220+124=466 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.18% from 466); Green value is 220 (86.33% from 255 or 47.21% from 466); Blue value is 124 (48.83% from 255 or 26.61% from 466); Max value from RGB is 220 - color contains mainly: green. Hex color #7ADC7C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ADC7C is #852383. Grayscale: #B4B4B4. Windows color (decimal): -8725380 or 8182906. OLE color: 8182906.

HSL color Cylindrical-coordinate representation of color #7ADC7C: hue angle of 121.22º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7ADC7C is Cyan = 0.45, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.14.

Color convert

RGB122220124-
CMYK0.4500.440.14
HSL121.22º58.33%67.06%-
HSV(B)121.22º44.55%86.27%-
XYZ37.2656.7828.06-
YUV179.7596.5386.81-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 26.18%
GREEN value IS 220 (86.33% from 255) = 47.21%
BLUE value IS 124 (48.83% from 255) = 26.61%
R=26.18%
G=47.21%
B=26.61%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1222201240.4500.440.14121.2258.3367.06
Hex7ADC7C2D02CE793a43
Octal172334174550541617172103
Binary11110101101110011111001011010101100111011110011110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ADC7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7ADC7C; }

 p { color: rgb(122,220,124); }

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

<style>
 a { background-color: #7ADC7C; }

 a { background-color: rgb(122,220,124); }

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

<style>
 span { border-color: #7ADC7C; }

 span { border-color: rgb(122,220,124); }

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