#8DEA69

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

Shades of Pastel Green #8DEA69

Tints of Pastel Green #8DEA69

Color information

#8DEA69 (or 0x8DEA69) is unknown color: approx Pastel Green. HEX triplet: 8D, EA and 69. RGB value is (141,234,105). Sum of RGB (Red+Green+Blue) = 141+234+105=480 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.38% from 480); Green value is 234 (91.80% from 255 or 48.75% from 480); Blue value is 105 (41.41% from 255 or 21.88% from 480); Max value from RGB is 234 - color contains mainly: green. Hex color #8DEA69 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8DEA69 is #721596. Grayscale: #BFBFBF. Windows color (decimal): -7476631 or 6941325. OLE color: 6941325.

HSL color Cylindrical-coordinate representation of color #8DEA69: hue angle of 103.26º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8DEA69 is Cyan = 0.40, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.08.

Color convert

RGB141234105-
CMYK0.4000.550.08
HSL103.26º75.44%66.47%-
HSV(B)103.26º55.13%91.76%-
XYZ42.9665.5323.75-
YUV191.4979.1991.99-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.38%
GREEN value IS 234 (91.80% from 255) = 48.75%
BLUE value IS 105 (41.41% from 255) = 21.88%
R=29.38%
G=48.75%
B=21.88%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1412341050.4000.550.08103.2675.4466.47
Hex8DEA69280378674b42
Octal2153521515006710147113102
Binary1000110111101010110100110100001101111000110011110010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DEA69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,234,105); }

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

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

 a { background-color: rgb(141,234,105); }

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

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

 span { border-color: rgb(141,234,105); }

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