#8ADC8F

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

Shades of Light Green #8ADC8F

Tints of Light Green #8ADC8F

Color information

#8ADC8F (or 0x8ADC8F) is unknown color: approx Light Green. HEX triplet: 8A, DC and 8F. RGB value is (138,220,143). Sum of RGB (Red+Green+Blue) = 138+220+143=501 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.54% from 501); Green value is 220 (86.33% from 255 or 43.91% from 501); Blue value is 143 (56.25% from 255 or 28.54% from 501); Max value from RGB is 220 - color contains mainly: green. Hex color #8ADC8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ADC8F is #752370. Grayscale: #BABABA. Windows color (decimal): -7676785 or 9428106. OLE color: 9428106.

HSL color Cylindrical-coordinate representation of color #8ADC8F: hue angle of 123.66º 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 #8ADC8F is Cyan = 0.37, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.14.

Color convert

RGB138220143-
CMYK0.3700.350.14
HSL123.66º53.95%70.2%-
HSV(B)123.66º37.27%86.27%-
XYZ41.0358.5735.13-
YUV186.7103.3393.26-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.54%
GREEN value IS 220 (86.33% from 255) = 43.91%
BLUE value IS 143 (56.25% from 255) = 28.54%
R=27.54%
G=43.91%
B=28.54%

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
Decimal1382201430.3700.350.14123.6653.9570.2
Hex8ADC8F25023E7c3646
Octal212334217450431617466106
Binary1000101011011100100011111001010100011111011111001101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ADC8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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