#8ADC94

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

Shades of Light Green #8ADC94

Tints of Light Green #8ADC94

Color information

#8ADC94 (or 0x8ADC94) is unknown color: approx Light Green. HEX triplet: 8A, DC and 94. RGB value is (138,220,148). Sum of RGB (Red+Green+Blue) = 138+220+148=506 (67% of max value = 765). Red value is 138 (54.30% from 255 or 27.27% from 506); Green value is 220 (86.33% from 255 or 43.48% from 506); Blue value is 148 (58.20% from 255 or 29.25% from 506); Max value from RGB is 220 - color contains mainly: green. Hex color #8ADC94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ADC94 is #75236B. Grayscale: #BBBBBB. Windows color (decimal): -7676780 or 9755786. OLE color: 9755786.

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

Color convert

RGB138220148-
CMYK0.3700.330.14
HSL127.32º53.95%70.2%-
HSV(B)127.32º37.27%86.27%-
XYZ41.4258.7337.17-
YUV187.27105.8392.85-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.27%
GREEN value IS 220 (86.33% from 255) = 43.48%
BLUE value IS 148 (58.20% from 255) = 29.25%
R=27.27%
G=43.48%
B=29.25%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1382201480.3700.330.14127.3253.9570.2
Hex8ADC9425021E7f3646
Octal212334224450411617766106
Binary1000101011011100100101001001010100001111011111111101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ADC94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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