#8adc75

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

Shades of Pastel Green #8ADC75

Tints of Pastel Green #8ADC75

Color information

#8ADC75 (or 0x8ADC75) is unknown color: approx Pastel Green. HEX triplet: 8A, DC and 75. RGB value is (138,220,117). Sum of RGB (Red+Green+Blue) = 138+220+117=475 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.05% from 475); Green value is 220 (86.33% from 255 or 46.32% from 475); Blue value is 117 (46.09% from 255 or 24.63% from 475); Max value from RGB is 220 - color contains mainly: green. Hex color #8ADC75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ADC75 is #75238A. Grayscale: #B8B8B8. Windows color (decimal): -7676811 or 7724170. OLE color: 7724170.

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

Color convert

RGB138220117-
CMYK0.3700.470.14
HSL107.77º59.54%66.08%-
HSV(B)107.77º46.82%86.27%-
XYZ39.2957.8725.93-
YUV183.7490.3395.38-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 29.05%
GREEN value IS 220 (86.33% from 255) = 46.32%
BLUE value IS 117 (46.09% from 255) = 24.63%
R=29.05%
G=46.32%
B=24.63%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1382201170.3700.470.14107.7759.5466.08
Hex8ADC752502FE6c3c42
Octal212334165450571615474102
Binary100010101101110011101011001010101111111011011001111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8adc75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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