#84F2A4

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

Shades of Light Green #84F2A4

Tints of Light Green #84F2A4

Color information

#84F2A4 (or 0x84F2A4) is unknown color: approx Light Green. HEX triplet: 84, F2 and A4. RGB value is (132,242,164). Sum of RGB (Red+Green+Blue) = 132+242+164=538 (71% of max value = 765). Red value is 132 (51.95% from 255 or 24.54% from 538); Green value is 242 (94.92% from 255 or 44.98% from 538); Blue value is 164 (64.45% from 255 or 30.48% from 538); Max value from RGB is 242 - color contains mainly: green. Hex color #84F2A4 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #84F2A4 is #7B0D5B. Grayscale: #C8C8C8. Windows color (decimal): -8064348 or 10809988. OLE color: 10809988.

HSL color Cylindrical-coordinate representation of color #84F2A4: hue angle of 137.45º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #84F2A4 is Cyan = 0.45, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.05.

Color convert

RGB132242164-
CMYK0.4500.320.05
HSL137.45º80.88%73.33%-
HSV(B)137.45º45.45%94.9%-
XYZ47.9771.0946.32-
YUV200.22107.5679.34-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 24.54%
GREEN value IS 242 (94.92% from 255) = 44.98%
BLUE value IS 164 (64.45% from 255) = 30.48%
R=24.54%
G=44.98%
B=30.48%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1322421640.4500.320.05137.4580.8873.33
Hex84F2A42D0205895149
Octal204362244550405211121111
Binary10000100111100101010010010110101000001011000100110100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84F2A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,242,164); }

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

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

 a { background-color: rgb(132,242,164); }

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

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

 span { border-color: rgb(132,242,164); }

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