#84e06a

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

Shades of Pastel Green #84E06A

Tints of Pastel Green #84E06A

Color information

#84E06A (or 0x84E06A) is unknown color: approx Pastel Green. HEX triplet: 84, E0 and 6A. RGB value is (132,224,106). Sum of RGB (Red+Green+Blue) = 132+224+106=462 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.57% from 462); Green value is 224 (87.89% from 255 or 48.48% from 462); Blue value is 106 (41.80% from 255 or 22.94% from 462); Max value from RGB is 224 - color contains mainly: green. Hex color #84E06A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84E06A is #7B1F95. Grayscale: #B7B7B7. Windows color (decimal): -8069014 or 7004292. OLE color: 7004292.

HSL color Cylindrical-coordinate representation of color #84E06A: hue angle of 106.78º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #84E06A is Cyan = 0.41, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.12.

Color convert

RGB132224106-
CMYK0.4100.530.12
HSL106.78º65.56%64.71%-
HSV(B)106.78º52.68%87.84%-
XYZ38.7759.2623.03-
YUV183.0484.5291.59-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 28.57%
GREEN value IS 224 (87.89% from 255) = 48.48%
BLUE value IS 106 (41.80% from 255) = 22.94%
R=28.57%
G=48.48%
B=22.94%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1322241060.4100.530.12106.7865.5664.71
Hex84E06A29035C6b4241
Octal2043401525106514153102101
Binary1000010011100000110101010100101101011100110101110000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84e06a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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