#8ADC7B

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

Shades of Pastel Green #8ADC7B

Tints of Pastel Green #8ADC7B

Color information

#8ADC7B (or 0x8ADC7B) is unknown color: approx Pastel Green. HEX triplet: 8A, DC and 7B. RGB value is (138,220,123). Sum of RGB (Red+Green+Blue) = 138+220+123=481 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.69% from 481); Green value is 220 (86.33% from 255 or 45.74% from 481); Blue value is 123 (48.44% from 255 or 25.57% from 481); Max value from RGB is 220 - color contains mainly: green. Hex color #8ADC7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ADC7B is #752384. Grayscale: #B8B8B8. Windows color (decimal): -7676805 or 8117386. OLE color: 8117386.

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

Color convert

RGB138220123-
CMYK0.3700.440.14
HSL110.72º58.08%67.25%-
HSV(B)110.72º44.09%86.27%-
XYZ39.6558.0227.85-
YUV184.4293.3394.89-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 28.69%
GREEN value IS 220 (86.33% from 255) = 45.74%
BLUE value IS 123 (48.44% from 255) = 25.57%
R=28.69%
G=45.74%
B=25.57%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1382201230.3700.440.14110.7258.0867.25
Hex8ADC7B2502CE6f3a43
Octal212334173450541615772103
Binary100010101101110011110111001010101100111011011111110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ADC7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8ADC7B; }

 p { color: rgb(138,220,123); }

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

<style>
 a { background-color: #8ADC7B; }

 a { background-color: rgb(138,220,123); }

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

<style>
 span { border-color: #8ADC7B; }

 span { border-color: rgb(138,220,123); }

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