#86F972

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

Shades of Pastel Green #86F972

Tints of Pastel Green #86F972

Color information

#86F972 (or 0x86F972) is unknown color: approx Pastel Green. HEX triplet: 86, F9 and 72. RGB value is (134,249,114). Sum of RGB (Red+Green+Blue) = 134+249+114=497 (65% of max value = 765). Red value is 134 (52.73% from 255 or 26.96% from 497); Green value is 249 (97.66% from 255 or 50.10% from 497); Blue value is 114 (44.92% from 255 or 22.94% from 497); Max value from RGB is 249 - color contains mainly: green. Hex color #86F972 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #86F972 is #79068D. Grayscale: #C7C7C7. Windows color (decimal): -7931534 or 7534982. OLE color: 7534982.

HSL color Cylindrical-coordinate representation of color #86F972: hue angle of 111.11º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #86F972 is Cyan = 0.46, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.02.

Color convert

RGB134249114-
CMYK0.4600.540.02
HSL111.11º91.84%71.18%-
HSV(B)111.11º54.22%97.65%-
XYZ46.7474.0327.75-
YUV199.2279.981.48-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.96%
GREEN value IS 249 (97.66% from 255) = 50.10%
BLUE value IS 114 (44.92% from 255) = 22.94%
R=26.96%
G=50.10%
B=22.94%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1342491140.4600.540.02111.1191.8471.18
Hex86F9722E03626f5c47
Octal206371162560662157134107
Binary10000110111110011110010101110011011010110111110111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86F972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86F972; }

 p { color: rgb(134,249,114); }

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

<style>
 a { background-color: #86F972; }

 a { background-color: rgb(134,249,114); }

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

<style>
 span { border-color: #86F972; }

 span { border-color: rgb(134,249,114); }

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