#84E86A

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

Shades of Pastel Green #84E86A

Tints of Pastel Green #84E86A

Color information

#84E86A (or 0x84E86A) is unknown color: approx Pastel Green. HEX triplet: 84, E8 and 6A. RGB value is (132,232,106). Sum of RGB (Red+Green+Blue) = 132+232+106=470 (62% of max value = 765). Red value is 132 (51.95% from 255 or 28.09% from 470); Green value is 232 (91.02% from 255 or 49.36% from 470); Blue value is 106 (41.80% from 255 or 22.55% from 470); Max value from RGB is 232 - color contains mainly: green. Hex color #84E86A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #84E86A is #7B1795. Grayscale: #BCBCBC. Windows color (decimal): -8066966 or 7006340. OLE color: 7006340.

HSL color Cylindrical-coordinate representation of color #84E86A: hue angle of 107.62º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #84E86A is Cyan = 0.43, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.09.

Color convert

RGB132232106-
CMYK0.4300.540.09
HSL107.62º73.26%66.27%-
HSV(B)107.62º54.31%90.98%-
XYZ40.9763.6623.76-
YUV187.7481.8788.25-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 28.09%
GREEN value IS 232 (91.02% from 255) = 49.36%
BLUE value IS 106 (41.80% from 255) = 22.55%
R=28.09%
G=49.36%
B=22.55%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1322321060.4300.540.09107.6273.2666.27
Hex84E86A2B03696c4942
Octal2043501525306611154111102
Binary1000010011101000110101010101101101101001110110010010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84E86A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84E86A; }

 p { color: rgb(132,232,106); }

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

<style>
 a { background-color: #84E86A; }

 a { background-color: rgb(132,232,106); }

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

<style>
 span { border-color: #84E86A; }

 span { border-color: rgb(132,232,106); }

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