#8ADC8E

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

Shades of Light Green #8ADC8E

Tints of Light Green #8ADC8E

Color information

#8ADC8E (or 0x8ADC8E) is unknown color: approx Light Green. HEX triplet: 8A, DC and 8E. RGB value is (138,220,142). Sum of RGB (Red+Green+Blue) = 138+220+142=500 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.6% from 500); Green value is 220 (86.33% from 255 or 44% from 500); Blue value is 142 (55.86% from 255 or 28.4% from 500); Max value from RGB is 220 - color contains mainly: green. Hex color #8ADC8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ADC8E is #752371. Grayscale: #BABABA. Windows color (decimal): -7676786 or 9362570. OLE color: 9362570.

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

Color convert

RGB138220142-
CMYK0.3700.350.14
HSL122.93º53.95%70.2%-
HSV(B)122.93º37.27%86.27%-
XYZ40.9658.5434.73-
YUV186.59102.8393.34-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.6%
GREEN value IS 220 (86.33% from 255) = 44%
BLUE value IS 142 (55.86% from 255) = 28.4%
R=27.6%
G=44%
B=28.4%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1382201420.3700.350.14122.9353.9570.2
Hex8ADC8E25023E7b3646
Octal212334216450431617366106
Binary1000101011011100100011101001010100011111011110111101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ADC8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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