#8ADE69

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

Shades of Pastel Green #8ADE69

Tints of Pastel Green #8ADE69

Color information

#8ADE69 (or 0x8ADE69) is unknown color: approx Pastel Green. HEX triplet: 8A, DE and 69. RGB value is (138,222,105). Sum of RGB (Red+Green+Blue) = 138+222+105=465 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.68% from 465); Green value is 222 (87.11% from 255 or 47.74% from 465); Blue value is 105 (41.41% from 255 or 22.58% from 465); Max value from RGB is 222 - color contains mainly: green. Hex color #8ADE69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ADE69 is #752196. Grayscale: #B7B7B7. Windows color (decimal): -7676311 or 6938250. OLE color: 6938250.

HSL color Cylindrical-coordinate representation of color #8ADE69: hue angle of 103.08º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8ADE69 is Cyan = 0.38, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.13.

Color convert

RGB138222105-
CMYK0.3800.530.13
HSL103.08º63.93%64.12%-
HSV(B)103.08º52.7%87.06%-
XYZ39.1558.6722.62-
YUV183.5583.6795.51-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 29.68%
GREEN value IS 222 (87.11% from 255) = 47.74%
BLUE value IS 105 (41.41% from 255) = 22.58%
R=29.68%
G=47.74%
B=22.58%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1382221050.3800.530.13103.0863.9364.12
Hex8ADE6926035D674040
Octal2123361514606515147100100
Binary1000101011011110110100110011001101011101110011110000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ADE69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,222,105); }

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

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

 a { background-color: rgb(138,222,105); }

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

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

 span { border-color: rgb(138,222,105); }

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